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

Commit da1ae1b

Browse files
Release pod 1.0.2
Fix bug regarding mapping of player state.
1 parent 1405abd commit da1ae1b

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.1"
3+
s.version = "1.0.2"
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.1" }
44+
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.2" }
4545

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

0 commit comments

Comments
 (0)