[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 22.7.1 / Stripe.podspec.json
blob8a4f1fcf6ff3f9acc61a4bdce2075e09fc215d34
2   "name": "Stripe",
3   "version": "22.7.1",
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.7.1"
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": "Stripe/*.swift",
33   "ios": {
34     "resource_bundles": {
35       "Stripe": "Stripe/Resources/**/*.{lproj,json,png,xcassets}"
36     }
37   },
38   "dependencies": {
39     "StripeCore": [
40       "22.7.1"
41     ],
42     "StripeUICore": [
43       "22.7.1"
44     ],
45     "StripeApplePay": [
46       "22.7.1"
47     ]
48   },
49   "subspecs": [
50     {
51       "name": "Stripe3DS2",
52       "source_files": "Stripe3DS2/Stripe3DS2/**/*.{h,m}",
53       "resource_bundles": {
54         "Stripe3DS2": [
55           "Stripe3DS2/Stripe3DS2/Resources/**/*.{lproj,png}"
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"