Skip to content

Commit

Permalink
Merge pull request #443 from HeraShowFeng/upload-v3.4.1
Browse files Browse the repository at this point in the history
solve framework version path error in podspec
  • Loading branch information
lawder authored Feb 3, 2019
2 parents 32c33ca + 38cab25 commit a04b712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PLPlayerKit-Universal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/pili-engineering/PLPlayerKit"
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili-coresdk@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-universal-v3.4.0.zip" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-universal-v3.4.1.zip" }

s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion PLPlayerKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/pili-engineering/PLPlayerKit"
s.license = 'Apache License, Version 2.0'
s.author = { "pili" => "pili-coresdk@qiniu.com" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-iphoneos-v3.4.0.zip" }
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-iphoneos-v3.4.1.zip" }

s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down

0 comments on commit a04b712

Please # to comment.