blob: cd901a5faa3110fef12a59ae831e6157f52abb7e [file] [log] [blame]
{
"name": "Stripe",
"version": "1.2",
"summary": "Stripe is a web-based API for accepting payments online.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com",
"authors": {
"Jack Flintermann": "jack@stripe.com"
},
"source": {
"git": "https://github.com/stripe/stripe-ios.git",
"tag": "v1.2"
},
"source_files": "Stripe/*.{h,m}",
"public_header_files": "Stripe/*.h",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true
}