Skip to content

Commit

Permalink
Update .podspec and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha committed Dec 6, 2023
1 parent 0a6bbaa commit 680e5dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AliyunpanSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Pod::Spec.new do |s|
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'Aliyunpan iOS SDK'
s.homepage = 'https://github.com/alibaba/AliyunpanSDK'
s.homepage = 'https://github.com/alibaba/aliyunpan-ios-sdk'
s.authors = { 'zhaixian' => '[email protected]' }
s.source = { :git => 'https://github.com/alibaba/AliyunpanSDK.git', :tag => s.version }
s.source = { :git => 'https://github.com/alibaba/aliyunpan-ios-sdk.git', :tag => s.version }
s.ios.deployment_target = '13.0'
s.swift_versions = ['5']
s.source_files = 'Sources/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ downloader.download { progress in
#### Swift Package Manager

- File > Swift Packages > Add Package Dependency
- Add `https://github.com/alibaba/AliyunpanSDK.git`
- Add `https://github.com/alibaba/aliyunpan-ios-sdk.git`

#### CocoaPods

Expand Down

0 comments on commit 680e5dd

Please sign in to comment.