-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathTrustDecision.podspec
More file actions
22 lines (21 loc) · 1.01 KB
/
Copy pathTrustDecision.podspec
File metadata and controls
22 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Be sure to run `pod lib lint TrustDecision.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TrustDecision'
s.version = '1.6.2'
s.summary = 'Local fingerprint of trust device.'
s.description = 'Local fingerprint of trust device, generate your unique device fingerprint.'
s.homepage = 'https://trustdecision.com/trustDevice'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'TrustDevice' => 'TrustDevice@TrustDecision.com' }
s.source = { :git => 'https://github.com/trustdecision/trustdevice-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/**/*'
s.static_framework = true
s.public_header_files = ['Sources/include/TDMobRisk.h','Sources/include/TDMobRiskManager.h']
end