blob: 8b2e7e4fb70cb453735f0af2bb52667d5b161aff [file] [log] [blame]
{
"name": "Stripe",
"version": "1.0.1",
"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.1"
},
"source_files": "Stripe/*.{h,m}",
"public_header_files": "Stripe/*.h",
"frameworks": "Foundation",
"requires_arc": true
}