-
Notifications
You must be signed in to change notification settings - Fork 2
/
ZJBaseUtils.podspec
36 lines (29 loc) · 1.53 KB
/
ZJBaseUtils.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
Pod::Spec.new do |s|
s.name = "ZJBaseUtils"
s.version = "1.5.4"
s.summary = "Provide common、general、basic API and extensions for iOS Platform."
s.description = <<-DESC
Provide common、general、basic API and extensions for iOS Platform.
DESC
s.homepage = "https://github.com/Eafy/ZJBaseUtils_iOS"
s.license = { :type => "MIT"}
s.author = 'Eafy'
s.requires_arc = true
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'
s.frameworks = 'GLKit','AVFoundation','CoreLocation','AssetsLibrary','SystemConfiguration','Photos','Security','UIKit','CoreText','CoreServices','UserNotifications','CoreTelephony'
s.source = { :git => "https://github.com/Eafy/ZJBaseUtils_iOS.git", :tag => "v#{s.version}"}
s.source_files = "ZJBaseUtils/*.{h,m,mm,c,hpp,cpp,swift}", "ZJBaseUtils/**/*.{h,m,mm,c,hpp,cpp,swift}"
s.public_header_files = "ZJBaseUtils/*.h", "ZJBaseUtils/**/*.h"
s.private_header_files = "ZJBaseUtils/**/ZJSAMKeychain.h","ZJBaseUtils/**/ZJNetRoute.hpp","ZJBaseUtils/**/ZJNetRoute.hpp", "ZJBaseUtils/**/ZJBaseVCSharedAPI.h"
s.resource_bundles = {
'ZJBundleRes' => ['ZJBaseUtils/Resources/*.png'],
"#{s.name}_Privacy" => 'ZJBaseUtils/PrivacyInfo.xcprivacy'
}
end
#校验指令
#pod lib lint ZJBaseUtils.podspec --verbose --allow-warnings --use-libraries
#打包指令
#pod package ZJBaseUtils.podspec --force --no-mangle --exclude-deps --verbose
#推送命令
#pod trunk push ZJBaseUtils.podspec --verbose --allow-warnings --use-libraries