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

Commit f57129c

Browse files
Release pod 1.0.4
1 parent 622201b commit f57129c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

youtube-ios-player-helper.podspec

Lines changed: 4 additions & 4 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.3"
3+
s.version = "1.0.4"
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

@@ -38,10 +38,10 @@ Pod::Spec.new do |s|
3838
LICENSE
3939
}
4040
s.author = { "Ikai Lan" => "",
41-
"Ibrahim Ulukaya" => "[email protected]",
42-
"Yoshifumi Yamaguchi" => "[email protected]" }
41+
"Ibrahim Ulukaya" => "",
42+
"Yoshifumi Yamaguchi" => "" }
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.3" }
44+
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.4" }
4545

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

0 commit comments

Comments
 (0)