[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 20.0.0 / Stripe.podspec.json
blobbb985fb3513f875cea69b49d64704ec209d644e9
2   "name": "Stripe",
3   "version": "20.0.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": "20.0.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   "public_header_files": "Stripe/PublicHeaders/Stripe/*.h",
30   "source_files": [
31     "Stripe/PublicHeaders/Stripe/*.h",
32     "Stripe/*.{h,m}"
33   ],
34   "vendored_libraries": "InternalFrameworks/libStripe3DS2.a",
35   "ios": {
36     "resource_bundles": {
37       "Stripe": "Stripe/Resources/**/*.{lproj,json,png,xcassets}"
38     },
39     "resources": "Stripe/ExternalResources/Stripe3DS2.bundle"
40   },
41   "xcconfig": {
42     "OTHER_LDFLAGS": "$(inherited) -ObjC"
43   }