2 "name": "TrustPayments",
4 "summary": "Authorise payments through Trust Payments.",
5 "description": "The Trust Payments library will allow you to tokenize and authorise payments in your iOS app.",
6 "homepage": "https://www.trustpayments.com/",
7 "documentation_url": "https://docs.trustpayments.com/",
9 "https://gitlab.com/trustpayments-public/mobile-sdk/ios/-/raw/develop/Screenshots/dropInViewController.png",
10 "https://gitlab.com/trustpayments-public/mobile-sdk/ios/-/raw/develop/Screenshots/cardinalCommerce.png"
16 "authors": "Trust Payments",
18 "git": "https://gitlab.com/trustpayments-public/mobile-sdk/ios.git",
24 "swift_versions": "5.0",
25 "pod_target_xcconfig": {
26 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28 "user_target_xcconfig": {
29 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38 "source_files": "TrustPayments/TrustPaymentsCore/**/*.{h,swift}",
40 "TrustPayments/TrustPaymentsCore/Resources/**/*.{json}"
42 "public_header_files": "TrustPayments/TrustPaymentsCore/*.{h}",
43 "header_dir": "TrustPaymentsCore",
45 "TrustPayments/3DSecure": [
48 "TrustPayments/Card": [
58 "source_files": "TrustPayments/TrustPaymentsUI/**/*.{h,swift}",
60 "TrustPayments/TrustPaymentsUI/Resources/**/*.{xcassets}"
62 "public_header_files": "TrustPayments/TrustPaymentsUI/*.{h}",
63 "header_dir": "TrustPaymentsUI",
65 "TrustPayments/3DSecure": [
68 "TrustPayments/Core": [
71 "TrustPayments/Card": [
78 "source_files": "TrustPayments/TrustPayments3DSecure/**/*.{h,swift}",
79 "public_header_files": "TrustPayments/TrustPayments3DSecure/*.{h}",
80 "vendored_frameworks": "TrustPayments/Cardinal/2.2.3/CardinalMobile.framework",
81 "header_dir": "TrustPayments3DSecure"
85 "source_files": "TrustPayments/TrustPaymentsCard/**/*.{h,swift}",
87 "TrustPayments/TrustPaymentsCard/Resources/**/*.{xcassets}"
89 "public_header_files": "TrustPayments/TrustPaymentsCard/*.{h}",
90 "header_dir": "TrustPaymentsCard"
93 "swift_version": "5.0"