blob: 73b762662dc1b90bfdf59a96f83d473b59c60ec4 [file] [log] [blame]
{
"name": "Stripe",
"version": "2.0.1",
"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": "v2.0.1"
},
"source_files": "Stripe/*.{h,m}",
"public_header_files": "Stripe/*.h",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"Security"
],
"weak_frameworks": "PassKit",
"requires_arc": true
}