blob: a75b5645a18074d2944cd9d579dfcb9c5b801757 [file] [log] [blame]
{
"name": "Stripe",
"version": "1.0.2",
"summary": "Stripe is a web-based API for accepting payments online.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com",
"authors": {
"Saikat Chakrabarti": "saikat@stripe.com"
},
"source": {
"git": "https://github.com/stripe/stripe-ios.git",
"tag": "v1.0.2"
},
"source_files": "Stripe/**/*.{h,m}",
"public_header_files": "Stripe/**/*.h",
"platforms": {
"ios": null
},
"frameworks": [
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"PaymentKit": [
]
}
}