[Add] EcommpaySDK_UI 3.6.6
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 3.0.0 / Stripe.podspec.json
blob79b7865524d74c1ef34169b8a69c6ae079dee374
2   "name": "Stripe",
3   "version": "3.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": "v3.0.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "frameworks": [
22     "Foundation",
23     "Security"
24   ],
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Stripe/*.{h,m}",
31       "public_header_files": "Stripe/*.h",
32       "exclude_files": "Stripe/ApplePay/*"
33     },
34     {
35       "name": "Card",
36       "source_files": [
37         "Stripe/STPCard.h",
38         "Stripe/STPCard.m",
39         "Stripe/StripeError.h",
40         "Stripe/StripeError.m"
41       ]
42     },
43     {
44       "name": "ApplePay",
45       "dependencies": {
46         "Stripe/Core": [
48         ]
49       },
50       "source_files": "Stripe/ApplePay/*",
51       "prefix_header_contents": "#define STRIPE_ENABLE_APPLEPAY YES",
52       "weak_frameworks": [
53         "PassKit",
54         "AddressBook"
55       ]
56     }
57   ]