Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ff5991e

Browse files
Release pod 1.0.3
1 parent 35159c1 commit ff5991e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

youtube-ios-player-helper.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "youtube-ios-player-helper"
3-
s.version = "1.0.2"
3+
s.version = "1.0.3"
44
s.summary = "Helper library for iOS developers that want to embed YouTube videos in
55
their iOS apps with the iframe player API."
66

@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
"Ibrahim Ulukaya" => "[email protected]",
4242
"Yoshifumi Yamaguchi" => "[email protected]" }
4343
s.social_media_url = "https://twitter.com/YouTubeDev"
44-
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.2" }
44+
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.3" }
4545

4646
s.platform = :ios, '10.0'
4747
s.requires_arc = true

0 commit comments

Comments
 (0)