[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / a / c / StripeAPI / 0.0.6 / StripeAPI.podspec.json
blob874ff9c0f1721ce8cef40d1d67fced7ed7f4dbe8
2   "name": "StripeAPI",
3   "version": "0.0.6",
4   "summary": "Stripe API",
5   "description": "With Stripe API you can use Stripe type-safely. https://stripe.com/docs/api",
6   "homepage": "https://stripe.com/docs/api",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "1amageek": "tmy0x3@icloud.com"
13   },
14   "social_media_url": "http://twitter.com/1amageek",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/1amageek/StripeAPI.git",
20     "tag": "0.0.6"
21   },
22   "source_files": "StripeAPI/**/*.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "APIKit": [
26       "~> 3.1.1"
27     ],
28     "Stripe": [
29       "~> 11.3.0"
30     ]
31   }