[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 7 / TrustPayments / 2.0.0 / TrustPayments.podspec.json
blob6e1acd136dd0d692348613dfe8e1373e058c16e0
2   "name": "TrustPayments",
3   "version": "2.0.0",
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",
8   "screenshots": [
9     "https://gitlab.com/trustpayments-public/mobile-sdk/ios/-/raw/master/Screenshots/dropInViewController.png",
10     "https://gitlab.com/trustpayments-public/mobile-sdk/ios/-/raw/master/Screenshots/cardinalCommerce.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": "Trust Payments",
17   "source": {
18     "git": "https://gitlab.com/trustpayments-public/mobile-sdk/ios.git",
19     "tag": "2.0.0"
20   },
21   "platforms": {
22     "ios": "11.0"
23   },
24   "swift_versions": "5.0",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "default_subspecs": [
32     "Core",
33     "UI"
34   ],
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "TrustPayments/TrustPaymentsCore/**/*.{h,swift}",
39       "resources": [
40         "TrustPayments/TrustPaymentsCore/Resources/**/*.{json}"
41       ],
42       "public_header_files": "TrustPayments/TrustPaymentsCore/*.{h}",
43       "header_dir": "TrustPaymentsCore",
44       "dependencies": {
45         "TrustPayments/3DSecure": [
47         ],
48         "TrustPayments/Card": [
50         ],
51         "TrustKit": [
52           "1.6.4"
53         ]
54       }
55     },
56     {
57       "name": "UI",
58       "source_files": "TrustPayments/TrustPaymentsUI/**/*.{h,swift}",
59       "resources": [
60         "TrustPayments/TrustPaymentsUI/Resources/**/*.{xcassets}"
61       ],
62       "public_header_files": "TrustPayments/TrustPaymentsUI/*.{h}",
63       "header_dir": "TrustPaymentsUI",
64       "dependencies": {
65         "TrustPayments/3DSecure": [
67         ],
68         "TrustPayments/Core": [
70         ],
71         "TrustPayments/Card": [
73         ]
74       }
75     },
76     {
77       "name": "3DSecure",
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"
82     },
83     {
84       "name": "Card",
85       "source_files": "TrustPayments/TrustPaymentsCard/**/*.{h,swift}",
86       "resources": [
87         "TrustPayments/TrustPaymentsCard/Resources/**/*.{xcassets}"
88       ],
89       "public_header_files": "TrustPayments/TrustPaymentsCard/*.{h}",
90       "header_dir": "TrustPaymentsCard"
91     }
92   ],
93   "swift_version": "5.0"