[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 23.5.0 / Stripe.podspec.json
blob46cae323d2ef58aecea0993e53cb2eeeffa40370
2   "name": "Stripe",
3   "version": "23.5.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": "23.5.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": "13.0"
29   },
30   "swift_versions": "5.0",
31   "weak_frameworks": "SwiftUI",
32   "source_files": "Stripe/StripeiOS/Source/*.swift",
33   "ios": {
34     "resource_bundles": {
35       "Stripe": "Stripe/StripeiOS/Resources/**/*.{lproj,png}"
36     }
37   },
38   "dependencies": {
39     "StripeCore": [
40       "23.5.0"
41     ],
42     "StripeUICore": [
43       "23.5.0"
44     ],
45     "StripeApplePay": [
46       "23.5.0"
47     ],
48     "StripePayments": [
49       "23.5.0"
50     ],
51     "StripePaymentsUI": [
52       "23.5.0"
53     ]
54   },
55   "swift_version": "5.0"