[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 21.7.0 / Stripe.podspec.json
blobbd75edb5faa626b579ea7c4cef203a7cd540ae11
2   "name": "Stripe",
3   "version": "21.7.0",
4   "summary": "Stripe is a web-based API for accepting payments online.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://stripe.com/docs/mobile/ios",
10   "authors": {
11     "Stripe": "support+github@stripe.com"
12   },
13   "source": {
14     "git": "https://github.com/stripe/stripe-ios.git",
15     "tag": "21.7.0"
16   },
17   "frameworks": [
18     "Foundation",
19     "Security",
20     "WebKit",
21     "PassKit",
22     "Contacts",
23     "CoreLocation"
24   ],
25   "requires_arc": true,
26   "platforms": {
27     "ios": "11.0"
28   },
29   "swift_versions": "5.0",
30   "weak_frameworks": "SwiftUI",
31   "source_files": [
32     "Stripe/*.swift",
33     "Stripe/PanModal/**/*.swift"
34   ],
35   "ios": {
36     "resource_bundles": {
37       "Stripe": "Stripe/Resources/**/*.{lproj,json,png,xcassets}"
38     }
39   },
40   "dependencies": {
41     "StripeCore": [
42       "21.7.0"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Stripe3DS2",
48       "source_files": "Stripe3DS2/Stripe3DS2/**/*.{h,m}",
49       "resource_bundles": {
50         "Stripe3DS2": [
51           "Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png}"
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"