Skip to content

Commit

Permalink
fix: fix podspec error
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha committed Dec 7, 2023
1 parent e37b556 commit e9d1430
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AliyunpanSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "AliyunpanSDK"
spec.version = "0.1.1"
spec.version = "0.1.2"
spec.summary = "Aliyunpan OpenSDK-iOS"

spec.description = <<-DESC
Expand All @@ -16,6 +16,5 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/alibaba/aliyunpan-ios-sdk.git", :tag => "#{spec.version}" }

spec.source_files = "Sources/**/*.swift"
spec.
spec.ios.framework = 'UIKit'
end

0 comments on commit e9d1430

Please sign in to comment.