-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathJudoKit.podspec
More file actions
executable file
·22 lines (19 loc) · 915 Bytes
/
JudoKit.podspec
File metadata and controls
executable file
·22 lines (19 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'JudoKit'
s.version = '5.5.3'
s.summary = 'Judo Pay Full iOS Client Kit'
s.homepage = 'http://judopay.com/'
s.license = 'MIT'
s.author = { "Hamon Ben Riazy" => 'hamon.riazy@judopayments.com' }
s.source = { :git => 'https://github.com/JudoPay/JudoKit.git',
:tag => s.version.to_s }
s.documentation_url = 'http://judopay.github.io/JudoKit/'
s.ios.deployment_target = '8.0'
s.ios.platform = '9.0'
s.requires_arc = true
s.source_files = 'Source/**/*.swift'
s.dependency 'Judo'
s.dependency 'JudoShield'
s.frameworks = 'CoreLocation', 'Security', 'CoreTelephony'
s.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) ${PODS_ROOT}/JudoShield/Source' }
end