-
Notifications
You must be signed in to change notification settings - Fork 3
/
AccessCheckoutSDK.podspec
25 lines (20 loc) · 1.05 KB
/
AccessCheckoutSDK.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
Pod::Spec.new do |spec|
spec.name = 'AccessCheckoutSDK'
spec.version = "4.0.0"
spec.summary = 'Worldpay Access Checkout iOS SDK'
spec.description = <<-DESC
iOS SDK library for Worldpay Access Checkout.
DESC
spec.documentation_url = 'https://developer.worldpay.com/docs/access-worldpay/checkout'
spec.swift_version = '5.0'
spec.platform = :ios
spec.ios.deployment_target = '12.0'
spec.homepage = 'https://github.com/Worldpay/access-checkout-ios'
spec.license = { :type => 'Proprietary', :file => 'AccessCheckoutSDK/LICENSE' }
spec.author = 'Access Worldpay'
spec.source = { :git => "https://github.com/Worldpay/access-checkout-ios.git", :tag => "v4.0.0" }
spec.source_files = 'AccessCheckoutSDK/AccessCheckoutSDK/**/*.{h,swift,xib,strings}'
spec.exclude_files = 'AccessCheckoutSDK/AccessCheckoutSDK/excluded/**/*.*'
spec.public_header_files = 'AccessCheckoutSDK/AccessCheckoutSDK/AccessCheckoutSDK.h'
spec.resources = 'AccessCheckoutSDK/AccessCheckoutSDK/**/*.{json,png}'
end