[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 1.0.2 / Stripe.podspec.json
bloba75b5645a18074d2944cd9d579dfcb9c5b801757
2   "name": "Stripe",
3   "version": "1.0.2",
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     "Saikat Chakrabarti": "saikat@stripe.com"
12   },
13   "source": {
14     "git": "https://github.com/stripe/stripe-ios.git",
15     "tag": "v1.0.2"
16   },
17   "source_files": "Stripe/**/*.{h,m}",
18   "public_header_files": "Stripe/**/*.h",
19   "platforms": {
20     "ios": null
21   },
22   "frameworks": [
23     "Foundation",
24     "QuartzCore"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "PaymentKit": [
30     ]
31   }