[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 7 / TrustPayments / 2.5.0 / TrustPayments.podspec.json
blob6e4eba39bf597f959dc7658a5e8179e708a367f0
2   "name": "TrustPayments",
3   "version": "2.5.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.5.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         "Sentry": [
49           "7.9.0"
50         ],
51         "SeonSDK": [
52           "3.0.6"
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.5/CardinalMobile.xcframework",
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"