[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 4.0.0 / Stripe.podspec.json
blob7a096d8755d11f012b127e455eb5d18768115239
2   "name": "Stripe",
3   "version": "4.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     "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": "v4.0.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": [
37     "Core",
38     "Checkout"
39   ],
40   "subspecs": [
41     {
42       "name": "Core",
43       "public_header_files": "Stripe/PublicHeaders/*.h",
44       "source_files": [
45         "Stripe/PublicHeaders/*.h",
46         "Stripe/*.{h,m}"
47       ]
48     },
49     {
50       "name": "Checkout",
51       "dependencies": {
52         "Stripe/Core": [
54         ]
55       },
56       "public_header_files": "Stripe/PublicHeaders/Checkout/*.h",
57       "source_files": [
58         "Stripe/PublicHeaders/Checkout/*.h",
59         "Stripe/Checkout/*.{h,m}"
60       ]
61     },
62     {
63       "name": "ApplePay",
64       "platforms": {
65         "ios": null
66       },
67       "dependencies": {
68         "Stripe/Core": [
70         ]
71       },
72       "ios": {
73         "public_header_files": "Stripe/PublicHeaders/ApplePay/*.h",
74         "source_files": [
75           "Stripe/PublicHeaders/ApplePay/*.h",
76           "Stripe/ApplePay/*.{h,m}"
77         ],
78         "weak_frameworks": [
79           "PassKit",
80           "AddressBook"
81         ]
82       }
83     }
84   ]