-
Notifications
You must be signed in to change notification settings - Fork 41
/
YooKassaPayments.podspec
42 lines (35 loc) · 1.25 KB
/
YooKassaPayments.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
37
38
39
40
41
42
Pod::Spec.new do |s|
s.name = 'YooKassaPayments'
s.version = '6.7.0'
s.homepage = 'https://github.com/yoomoney/yookassa-payments-swift'
s.license = {
:type => "MIT",
:file => "LICENSE"
}
s.authors = 'YooMoney'
s.summary = 'YooKassa Payments'
s.source = {
:git => 'https://github.com/yoomoney/yookassa-payments-swift.git',
:tag => s.version.to_s
}
s.ios.deployment_target = '10.0'
s.swift_version = '5.0'
s.ios.source_files = 'YooKassaPayments/**/*.{h,swift}', 'YooKassaPayments/*.{h,swift}'
s.ios.resources = [
'YooKassaPayments/Public/Resources/*.xcassets',
'YooKassaPayments/Public/Resources/**/*.plist',
'YooKassaPayments/Public/Resources/**/*.json',
'YooKassaPayments/Public/Resources/*.lproj/*.strings'
]
s.ios.framework = 'UIKit'
s.ios.framework = 'PassKit'
s.ios.library = 'z'
s.ios.dependency 'TMXProfiling', '= 1.0.1'
s.ios.dependency 'TMXProfilingConnections', '= 1.0.1'
s.ios.dependency 'YooMoneyCoreApi', '~> 2.0.1'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.11.0'
s.ios.dependency 'YooKassaWalletApi', '~> 2.3.1'
s.ios.dependency 'MoneyAuth', '~> 3.3.0'
s.ios.dependency 'ThreatMetrixAdapter', '~> 3.3.3'
s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.0'
end