[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 8.0.0 / Stripe.podspec.json
blob1ee822b1381477239e48777b1e717da38424c76c
2   "name": "Stripe",
3   "version": "8.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": "v8.0.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "Security"
21   ],
22   "weak_frameworks": [
23     "PassKit",
24     "AddressBook"
25   ],
26   "requires_arc": true,
27   "platforms": {
28     "ios": "7.0"
29   },
30   "public_header_files": "Stripe/PublicHeaders/*.h",
31   "source_files": [
32     "Stripe/PublicHeaders/*.h",
33     "Stripe/*.{h,m}"
34   ],
35   "resources": "Stripe/Resources/**/*"