[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 5.0.0 / Stripe.podspec.json
blobf801248f0fd42f88153e4e698f0b88c55fb1a34d
2   "name": "Stripe",
3   "version": "5.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": "v5.0.0"
17   },
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "Security"
22     ],
23     "weak_frameworks": [
24       "PassKit",
25       "AddressBook"
26     ]
27   },
28   "osx": {
29     "frameworks": [
30       "Foundation",
31       "Security",
32       "WebKit"
33     ]
34   },
35   "requires_arc": true,
36   "platforms": {
37     "ios": "6.0",
38     "osx": "10.9"
39   },
40   "default_subspecs": "Core",
41   "subspecs": [
42     {
43       "name": "Core",
44       "public_header_files": [
45         "Stripe/PublicHeaders/*.h",
46         "Stripe/PublicHeaders/Checkout/*.h"
47       ],
48       "ios": {
49         "public_header_files": "Stripe/PublicHeaders/ApplePay/*.h",
50         "source_files": [
51           "Stripe/PublicHeaders/ApplePay/*.h",
52           "Stripe/ApplePay/*.{h,m}"
53         ]
54       },
55       "source_files": [
56         "Stripe/PublicHeaders/*.h",
57         "Stripe/*.{h,m}",
58         "Stripe/PublicHeaders/Checkout/*.h",
59         "Stripe/Checkout/*.{h,m}"
60       ]
61     },
62     {
63       "name": "Checkout",
64       "dependencies": {
65         "Stripe/Core": [
67         ]
68       }
69     },
70     {
71       "name": "ApplePay",
72       "dependencies": {
73         "Stripe/Core": [
75         ]
76       }
77     }
78   ]