Skip to content

Commit

Permalink
Release 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Jul 10, 2015
1 parent 0469f63 commit d5f707d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To run the example project; clone the repo, and run `pod install` from the Proje
YouTube-Player-iOS-Helper is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:

pod "youtube-ios-player-helper", "~> 0.1.3"
pod "youtube-ios-player-helper", "~> 0.1.4"

After installing in your project and opening the workspace, to use the library:

Expand All @@ -36,7 +36,7 @@ working with callbacks via YTPlayerViewDelegate.
## Author
Ikai Lan, [email protected]
Ikai Lan
Ibrahim Ulukaya, [email protected]
Yoshifumi Yamaguchi, [email protected]
Expand Down
6 changes: 3 additions & 3 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.3"
s.version = "0.1.4"
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 @@ -37,11 +37,11 @@ Pod::Spec.new do |s|
limitations under the License.
LICENSE
}
s.author = { "Ikai Lan" => "[email protected]",
s.author = { "Ikai Lan" => "",
"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.3" }
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.4" }

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

1 comment on commit d5f707d

@drichardson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you forgot got pod trunk push to update the version available via cocoapods. See issue #129. If you search Cocoapods for youtube-ios you'll also see it's still at version 0.1.3. https://cocoapods.org/?q=youtube-io

Please sign in to comment.