forked from checkout/frames-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckout.podspec
More file actions
25 lines (19 loc) · 801 Bytes
/
Checkout.podspec
File metadata and controls
25 lines (19 loc) · 801 Bytes
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
Pod::Spec.new do |s|
s.name = 'Checkout'
s.version = '4.3.7'
s.summary = 'Checkout SDK for iOS'
s.description = <<-DESC
Checkout Core functionality can only be used with the right level of PCI Compliance.
Please contact us for more details.
DESC
s.homepage = 'https://github.com/checkout/frames-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Checkout.com Integration" => "integration@checkout.com" }
s.source = { :git => "https://github.com/checkout/frames-ios.git", :tag => s.version }
s.ios.deployment_target = '12.0'
s.swift_version = "5.7"
s.source_files = 'Checkout/Source/**/*.swift'
s.exclude_files = "Checkout/Samples/**"
s.dependency 'CheckoutEventLoggerKit', '~> 1.2.4'
s.dependency 'Risk', '3.0.2'
end