blob: fbc51dc3e8565b091fcb35947b536fde42ea30a8 [file] [log] [blame]
{
"name": "Stripe",
"version": "1.0.3",
"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.3"
},
"source_files": "Stripe/**/*.{h,m}",
"public_header_files": "Stripe/**/*.h",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"QuartzCore",
"SenTestingKit"
],
"requires_arc": true,
"dependencies": {
"PaymentKit": [
"~> 1.0.3"
]
}
}