-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhangqian
committed
May 20, 2020
1 parent
019bae6
commit a12335a
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Pod::Spec.new do |s| | |
|
||
|
||
s.name = "UnZipAndRar" | ||
s.version = "1.1.3" | ||
s.version = "1.1.4" | ||
s.summary = "解压缩的库xxxxxxxxxxxxxxxxx" | ||
s.description = <<-DESC | ||
解压缩支持.zip .rar格式xxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
|
@@ -20,12 +20,11 @@ Pod::Spec.new do |s| | |
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } | ||
|
||
|
||
s.dependency 'Zip' | ||
#s.dependency 'FileKit' | ||
s.dependency 'Zip' | ||
s.dependency 'UnrarKit' | ||
#s.dependency 'SHTManager' | ||
#s.dependency 'SHPathManager' | ||
|
||
s.dependency 'XYZTimeKit' | ||
s.dependency 'XYZPathKit' | ||
|
||
s.ios.deployment_target = '13.0' | ||
# s.license = { :type => "MIT", :file => "FILE_LICENSE" } | ||
|
@@ -34,7 +33,7 @@ Pod::Spec.new do |s| | |
|
||
s.authors = { "Brandy" => "[email protected]" } | ||
s.platform = :ios, "13.0" | ||
s.source = { :git => "https://github.com/brandy2015/UnZipAndRar.git", :tag => "1.1.3"} | ||
s.source = { :git => "https://github.com/brandy2015/UnZipAndRar.git", :tag => "1.1.4"} | ||
s.source_files = "UnZipAndRar/Source/*" | ||
|
||
|
||
|
Binary file modified
BIN
+313 Bytes
(100%)
UnZipAndRar.xcworkspace/xcuserdata/zhangzihao.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters