Skip to content

Commit

Permalink
update: podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rinov committed Dec 16, 2023
1 parent 0a8d9de commit ae73b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YoutubeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YoutubeKit'
s.version = '0.8.0'
s.version = '0.9.0'
s.summary = 'YoutubeKit is a video player for easily create a Youtube app.'

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ YoutubeKit is a video player that fully supports Youtube IFrame API and YoutubeD
s.author = { 'rinov' => '[email protected]' }
s.social_media_url = 'https://twitter.com/rinov0321'
s.swift_version = "5.0"
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '11.0'

s.source_files = 'YoutubeKit/**/*.swift'
s.resources = 'YoutubeKit/Resources/*.*'
Expand Down

0 comments on commit ae73b94

Please sign in to comment.