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

Commit 9ac1cf0

Browse files
author
Eric Vargas
authored
Release pod 1.0.0 (#384)
Remove mention of UIWebView and roll version to 1.0.0
1 parent c4aee06 commit 9ac1cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

youtube-ios-player-helper.podspec

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

@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
their applications via a custom UIView subclass, YTPlayerView.
1313
This library provides:
1414
15-
* A managed UIWebView instance that loads the HTML code for the iframe player
15+
* A managed WebView instance that loads the HTML code for the iframe player
1616
* Objective-C wrapper functions for the JavaScript Player API
1717
* YTPlayerViewDelegate for handling YouTube player state changes natively in
1818
your Objective-C code
@@ -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 => "0.1.6" }
44+
s.source = { :git => "https://github.com/youtube/youtube-ios-player-helper.git", :tag => "1.0.0" }
4545

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

0 commit comments

Comments
 (0)