-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZTSafetyKit.podspec
27 lines (22 loc) · 1.09 KB
/
ZTSafetyKit.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
Pod::Spec.new do |s|
s.name = 'ZTSafetyKit'
s.version = '1.1.51'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Official Zhortech ZTSafetyKit SDK for iOS to work with Safety products.'
s.homepage = 'https://zhortech.com/'
s.social_media_url = 'https://twitter.com/zhortech'
s.authors = { "Pavel Shpak" => "p.shpak@zhortech.com" }
s.source = { :git => "https://github.com/zhortech/ztsafetykit-ios-sdk.git", :tag => s.version.to_s }
s.platform = :ios
s.requires_arc = true
s.swift_version = '5.0'
s.cocoapods_version = '>= 1.10.1'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.source = { :git => 'https://github.com/zhortech/ztsafetykit-ios-sdk.git', :tag => s.version.to_s }
s.vendored_frameworks = 'Sources/ZTSafetyKit.xcframework'
s.dependency 'ZTCoreKit', '~> 1.1.61'
s.ios.deployment_target = '13.0'
s.ios.weak_frameworks = 'Foundation'
s.exclude_files = 'docs/', 'readme-images/'
end