From 64a269250f092ffe3a50b7e4711a4f3135383f0e Mon Sep 17 00:00:00 2001 From: Ibrahim Ulukaya Date: Tue, 29 Mar 2016 14:59:03 -0400 Subject: [PATCH] Release 0.1.6 --- youtube-ios-player-helper.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube-ios-player-helper.podspec b/youtube-ios-player-helper.podspec index b37a42f..8eee90f 100644 --- a/youtube-ios-player-helper.podspec +++ b/youtube-ios-player-helper.podspec @@ -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." @@ -41,7 +41,7 @@ Pod::Spec.new do |s| "Ibrahim Ulukaya" => "ulukaya@google.com", "Yoshifumi Yamaguchi" => "yoshifumi@google.com" } 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