[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 2.2.0 / Stripe.podspec.json
blobb0868973c80435763fb9b0617caa5b1d09eb3ef0
2   "name": "Stripe",
3   "version": "2.2.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",
10   "authors": {
11     "Jack Flintermann": "jack@stripe.com"
12   },
13   "source": {
14     "git": "https://github.com/stripe/stripe-ios.git",
15     "tag": "v2.2.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": [
21     "Foundation",
22     "Security"
23   ],
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Stripe/*.{h,m}",
30       "public_header_files": "Stripe/*.h",
31       "exclude_files": "Stripe/ApplePay/*"
32     },
33     {
34       "name": "Card",
35       "source_files": [
36         "Stripe/STPCard.h",
37         "Stripe/STPCard.m",
38         "Stripe/STPFormEncodeProtocol.h",
39         "Stripe/StripeError.h",
40         "Stripe/StripeError.m",
41         "Stripe/STPUtils.h",
42         "Stripe/STPUtils.m"
43       ]
44     },
45     {
46       "name": "ApplePay",
47       "dependencies": {
48         "Stripe/Core": [
50         ]
51       },
52       "source_files": "Stripe/ApplePay/*",
53       "prefix_header_contents": "#define STRIPE_ENABLE_APPLEPAY YES",
54       "weak_frameworks": "PassKit"
55     }
56   ]