[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 5.1.4 / Stripe.podspec.json
blob44b90442d07a8be5a5ac7026216ac7e877ca2af7
2   "name": "Stripe",
3   "version": "5.1.4",
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.1.4"
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": [
50           "Stripe/PublicHeaders/ApplePay/*.h",
51           "Stripe/PublicHeaders/UI/*.h"
52         ],
53         "source_files": [
54           "Stripe/PublicHeaders/ApplePay/*.h",
55           "Stripe/ApplePay/*.{h,m}",
56           "Stripe/PublicHeaders/UI/*.h",
57           "Stripe/UI/*.{h,m}"
58         ]
59       },
60       "source_files": [
61         "Stripe/PublicHeaders/*.h",
62         "Stripe/*.{h,m}",
63         "Stripe/PublicHeaders/Checkout/*.h",
64         "Stripe/Checkout/*.{h,m}"
65       ],
66       "resources": "Stripe/Resources/**/*"
67     },
68     {
69       "name": "Checkout",
70       "dependencies": {
71         "Stripe/Core": [
73         ]
74       }
75     },
76     {
77       "name": "ApplePay",
78       "dependencies": {
79         "Stripe/Core": [
81         ]
82       }
83     }
84   ]