[Add] NERtcSDK 5.5.34
[CocoaPods.git] / Specs / c / e / 7 / Stripe / 1.0.4 / Stripe.podspec.json
blobdf4898f9193dc9b2c5c3623b36e9ab9ff8eb6ce4
2   "name": "Stripe",
3   "version": "1.0.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",
10   "authors": {
11     "Saikat Chakrabarti": "saikat@stripe.com"
12   },
13   "source": {
14     "git": "https://github.com/stripe/stripe-ios.git",
15     "tag": "v1.0.4"
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   ],
26   "requires_arc": true,
27   "dependencies": {
28     "PaymentKit": [
29       "~> 1.0.4"
30     ]
31   }