Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhv committed Mar 20, 2024
1 parent 2212c08 commit 7fb4fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YoutubePlayer-in-WKWebView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YoutubePlayer-in-WKWebView'
s.version = '0.3.8'
s.version = '0.3.9'
s.summary = 'YoutubePlayer using WKWebView'

s.description = 'Helper library for iOS developers that want to embed YouTube videos in
Expand Down Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.author = { 'hmhv' => '[email protected]' }
s.source = { :git => 'https://github.com/hmhv/YoutubePlayer-in-WKWebView.git', :tag => s.version }

s.platform = :ios, '8.0'
s.platform = :ios, '12.0'
s.requires_arc = true

s.source_files = 'WKYTPlayerView'
Expand Down

0 comments on commit 7fb4fae

Please sign in to comment.