-
Notifications
You must be signed in to change notification settings - Fork 1
/
UnZipAndRar.podspec
40 lines (23 loc) · 945 Bytes
/
UnZipAndRar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Pod::Spec.new do |s|
s.name = "UnZipAndRar"
s.version = "3.0.2"
s.summary = "解压缩的库xxxxxxxxxxxxxxxxx"
s.description = <<-DESC
解压缩支持.zip .rar格式xxxxxxxxxxxxxxxxxxxxxxxxxxx
DESC
s.homepage = "https://github.com/brandy2015/UnZipAndRar"
s.license = "MIT"
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.dependency 'Zip'
s.dependency 'UnrarKit'
s.dependency 'XYZTimeKit'
s.dependency 'XYZPathKit'
s.ios.deployment_target = '13.0'
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "Brandy" => "" }
s.authors = { "Brandy" => "[email protected]" }
s.platform = :ios, "13.0"
s.source = { :git => "https://github.com/brandy2015/UnZipAndRar.git", :tag => "3.0.2"}
s.source_files = "UnZipAndRar/Source/*"
end