Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Mar 29, 2016
1 parent a515ee5 commit 64a2692
Showing 1 changed file with 2 additions and 2 deletions.
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.5"
s.version = "0.1.6"
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.5" }
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.6" }

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

1 comment on commit 64a2692

@gplayer123
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.