blob: 46a5a7b27832ffa03eb81b3ed042748f8a25804c [file] [log] [blame]
{
"name": "StripeAPI",
"version": "0.0.4",
"summary": "Stripe API",
"description": "With Stripe API you can use Stripe type-safely. https://stripe.com/docs/api",
"homepage": "https://stripe.com/docs/api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1amageek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1amageek",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/1amageek/StripeAPI.git",
"tag": "0.0.4"
},
"source_files": "StripeAPI/**/*.swift",
"requires_arc": true,
"dependencies": {
"APIKit": [
"~> 3.1.1"
],
"Stripe": [
"~> 11.3.0"
]
}
}