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