[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 7 / TrustPayments / 2.4.0 / TrustPayments.podspec.json
blob95a0b60bd756e3b4f53a15fe91938b74b7b852a5
2   "name": "TrustPayments",
3   "version": "2.4.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.4.0"
20   },
21   "platforms": {
22     "ios": "11.0"
23   },
24   "swift_versions": "5.0",
25   "default_subspecs": [
26     "Core",
27     "UI"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "TrustPayments/TrustPaymentsCore/**/*.{h,swift}",
33       "resources": [
34         "TrustPayments/TrustPaymentsCore/Resources/**/*.{json}"
35       ],
36       "public_header_files": "TrustPayments/TrustPaymentsCore/*.{h}",
37       "header_dir": "TrustPaymentsCore",
38       "dependencies": {
39         "TrustPayments/3DSecure": [
41         ],
42         "TrustPayments/Card": [
44         ],
45         "TrustKit": [
46           "1.6.4"
47         ]
48       }
49     },
50     {
51       "name": "UI",
52       "source_files": "TrustPayments/TrustPaymentsUI/**/*.{h,swift}",
53       "resources": [
54         "TrustPayments/TrustPaymentsUI/Resources/**/*.{xcassets}"
55       ],
56       "public_header_files": "TrustPayments/TrustPaymentsUI/*.{h}",
57       "header_dir": "TrustPaymentsUI",
58       "dependencies": {
59         "TrustPayments/3DSecure": [
61         ],
62         "TrustPayments/Core": [
64         ],
65         "TrustPayments/Card": [
67         ]
68       }
69     },
70     {
71       "name": "3DSecure",
72       "source_files": "TrustPayments/TrustPayments3DSecure/**/*.{h,swift}",
73       "public_header_files": "TrustPayments/TrustPayments3DSecure/*.{h}",
74       "vendored_frameworks": "TrustPayments/Cardinal/2.2.5/CardinalMobile.xcframework",
75       "header_dir": "TrustPayments3DSecure"
76     },
77     {
78       "name": "Card",
79       "source_files": "TrustPayments/TrustPaymentsCard/**/*.{h,swift}",
80       "resources": [
81         "TrustPayments/TrustPaymentsCard/Resources/**/*.{xcassets}"
82       ],
83       "public_header_files": "TrustPayments/TrustPaymentsCard/*.{h}",
84       "header_dir": "TrustPaymentsCard"
85     }
86   ],
87   "swift_version": "5.0"