forked from TTCECO/ACNSDK_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTTCSDK.podspec
More file actions
34 lines (28 loc) · 1.05 KB
/
Copy pathTTCSDK.podspec
File metadata and controls
34 lines (28 loc) · 1.05 KB
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
Pod::Spec.new do |s|
s.name = "TTCSDK"
s.version = "0.1.0"
s.summary = "TTCSDK"
s.homepage = "https://github.com/TTCECO"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "chenchao" => "chenchao@tataufo.com" }
s.ios.deployment_target = '9.0'
s.swift_version = "4.1"
s.platform = :ios
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/TTCECO/TTCSDK_iOS.git", :tag => "#{s.version}" }
s.source_files = "TTCSDK/**/*.swift"
s.resources = "TTCSDKBundle.bundle"
s.frameworks = "Foundation", 'UIKit'
s.vendored_frameworks = 'TTC_SDK_NET.framework', 'TTCPay.framework'
s.static_framework = true
s.dependency 'SwiftProtobuf', '1.0.3'
s.dependency 'BigInt', '3.1.0'
s.dependency 'JSONRPCKit'
s.dependency 'Alamofire'
s.dependency 'CryptoSwift', '0.12.0'
s.dependency 'TrustCore', '0.0.7'
s.dependency 'TrezorCrypto', '0.0.9'
s.dependency 'RealmSwift', '3.7.5'
s.dependency 'SwiftyRSA'
s.dependency 'Google-Mobile-Ads-SDK', '7.37.0'
end