[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 22.2.0 / Stripe.podspec.json
blob04d3044e2082706eaf48fd498086bc707ea62671
2   "name": "Stripe",
3   "version": "22.2.0",
4   "summary": "Accept online payments using Stripe.",
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": "22.2.0"
16   },
17   "frameworks": [
18     "Foundation",
19     "Security",
20     "WebKit",
21     "PassKit",
22     "Contacts",
23     "CoreLocation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "platforms": {
28     "ios": "12.0"
29   },
30   "swift_versions": "5.0",
31   "weak_frameworks": "SwiftUI",
32   "source_files": [
33     "Stripe/*.swift",
34     "Stripe/PanModal/**/*.swift"
35   ],
36   "ios": {
37     "resource_bundles": {
38       "Stripe": "Stripe/Resources/**/*.{lproj,json,png,xcassets}"
39     }
40   },
41   "dependencies": {
42     "StripeCore": [
43       "22.2.0"
44     ],
45     "StripeUICore": [
46       "22.2.0"
47     ],
48     "StripeApplePay": [
49       "22.2.0"
50     ]
51   },
52   "subspecs": [
53     {
54       "name": "Stripe3DS2",
55       "source_files": "Stripe3DS2/Stripe3DS2/**/*.{h,m}",
56       "resource_bundles": {
57         "Stripe3DS2": [
58           "Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png}"
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"