-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove mention of UIWebView and roll version to 1.0.0
- Loading branch information
Eric Vargas
authored
Jun 10, 2020
1 parent
c4aee06
commit 9ac1cf0
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "youtube-ios-player-helper" | ||
s.version = "0.1.6" | ||
s.version = "1.0.0" | ||
s.summary = "Helper library for iOS developers that want to embed YouTube videos in | ||
their iOS apps with the iframe player API." | ||
|
||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
their applications via a custom UIView subclass, YTPlayerView. | ||
This library provides: | ||
* A managed UIWebView instance that loads the HTML code for the iframe player | ||
* A managed WebView instance that loads the HTML code for the iframe player | ||
* Objective-C wrapper functions for the JavaScript Player API | ||
* YTPlayerViewDelegate for handling YouTube player state changes natively in | ||
your Objective-C code | ||
|
@@ -41,7 +41,7 @@ Pod::Spec.new do |s| | |
"Ibrahim Ulukaya" => "[email protected]", | ||
"Yoshifumi Yamaguchi" => "[email protected]" } | ||
s.social_media_url = "https://twitter.com/YouTubeDev" | ||
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "0.1.6" } | ||
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.0" } | ||
|
||
s.platform = :ios, '10.0' | ||
s.requires_arc = true | ||
|