Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shengcui2018 committed Apr 1, 2020
1 parent e42e9b4 commit 52bfa52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'SuperPlayer'
spec.version = '3.2.2'
spec.version = '3.2.3'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://cloud.tencent.com/product/player'
spec.authors = { 'annidyfeng' => '[email protected]' }
spec.summary = '超级播放器'
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => 'v3.2.2' }
spec.source = { :git => 'https://github.com/tencentyun/SuperPlayer_iOS.git', :tag => 'v3.2.3' }

spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '9.0'
spec.requires_arc = true

spec.dependency 'AFNetworking', '~> 4.0'
Expand Down

0 comments on commit 52bfa52

Please sign in to comment.