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