-
Notifications
You must be signed in to change notification settings - Fork 0
/
SCard.podspec
31 lines (25 loc) · 1.22 KB
/
SCard.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
Pod::Spec.new do |s|
s.name = 'SCard'
s.version = '1.5.1'
s.summary = 'Description of Sora Card.'
s.description = <<-DESC
You can start the card application and KYC procedure in all security and privacy, and order your SORA Card through Polkaswap.io, soracard.com, or SORA Wallet.
DESC
s.homepage = 'https://github.com/Soramitsu/SCard'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Soramitsu' => '[email protected]' }
s.source = { :git => 'https://github.com/sora-xor/sora-card-ios.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
s.source_files = 'SCard/Classes/**/*'
s.resources = "SCard/Assets/*.xcassets"
s.frameworks = 'UIKit'
s.dependency 'R.swift', '~> 6.1.0'
s.dependency 'SnapKit'
s.dependency 'SoraUIKit', '~> 1.1.2'
s.dependency 'PayWingsOAuthSDK', '2.0.2'
s.dependency 'PayWingsKycSDK', '1.0.1'
s.dependency 'IdensicMobileSDK' #, '2.2.3'
# TODO: PW release IdensicMobileSDK to public pods
# s.dependency 'IdensicMobileSDK', :http => 'https://github.com/PayWings/PayWingsOnboardingKycSDK-iOS-IdensicMobile/archive/v2.2.4.tar.gz'
end