Skip to content

Commit

Permalink
Release 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed May 22, 2015
1 parent edaf9bc commit e596ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Project/youtube-player-ios-example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ DEPENDENCIES:

EXTERNAL SOURCES:
youtube-ios-player-helper:
:path: "../../youtube-ios-player-helper.podspec"
:path: ../../youtube-ios-player-helper.podspec

SPEC CHECKSUMS:
OCMock: d2a4f33dcdd80da8af651eda9a598646c9bcc0b5
youtube-ios-player-helper: cadabb4ad9edb62b32e00770f40f982bd39f99ae
youtube-ios-player-helper: 9b1ff47d73626e83038be3a019ac714472e6e22c

COCOAPODS: 0.36.3
4 changes: 2 additions & 2 deletions youtube-ios-player-helper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "youtube-ios-player-helper"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "Helper library for iOS developers that want to embed YouTube videos in
their iOS apps with the iframe player API."

Expand Down Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
"Ibrahim Ulukaya" => "[email protected]",
"Yoshifumi Yamaguchi" => "[email protected]" }
s.social_media_url = "https://twitter.com/YouTubeDev"
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.2" }
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.3" }

s.platform = :ios, '6.0'
s.requires_arc = true
Expand Down

0 comments on commit e596ecc

Please sign in to comment.