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

Commit a609393

Browse files
author
Eric Vargas
authored
Release pod 1.0.1 (#393)
Fix WebView scaling
1 parent 480740e commit a609393

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

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

0 commit comments

Comments
 (0)