[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 3.1.0 / Stripe.podspec.json
blob08651635deb90aa5cb7925b02d9d95d83e22884d
2   "name": "Stripe",
3   "version": "3.1.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     "Jack Flintermann": "jack@stripe.com",
12     "Stripe": "support+github@stripe.com"
13   },
14   "source": {
15     "git": "https://github.com/stripe/stripe-ios.git",
16     "tag": "v3.1.0"
17   },
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "Security"
22     ]
23   },
24   "osx": {
25     "frameworks": [
26       "Foundation",
27       "Security",
28       "WebKit"
29     ]
30   },
31   "requires_arc": true,
32   "platforms": {
33     "ios": "6.0",
34     "osx": "10.9"
35   },
36   "default_subspecs": "Core",
37   "subspecs": [
38     {
39       "name": "Core",
40       "public_header_files": [
41         "Stripe/PublicHeaders/*.h",
42         "Stripe/PublicHeaders/Checkout/*.h"
43       ],
44       "source_files": [
45         "Stripe/PublicHeaders/*.h",
46         "Stripe/PublicHeaders/Checkout/*.h",
47         "Stripe/*.{h,m}",
48         "Stripe/Checkout/*.{h,m}"
49       ]
50     },
51     {
52       "name": "ApplePay",
53       "platforms": {
54         "ios": null
55       },
56       "dependencies": {
57         "Stripe/Core": [
59         ]
60       },
61       "ios": {
62         "public_header_files": "Stripe/PublicHeaders/ApplePay/*.h",
63         "source_files": [
64           "Stripe/PublicHeaders/ApplePay/*.h",
65           "Stripe/ApplePay/*.{h,m}"
66         ],
67         "weak_frameworks": [
68           "PassKit",
69           "AddressBook"
70         ]
71       }
72     }
73   ]