blob: d84ddc38cbe1377d9715a10f19593ef56161b9e8 [file] [log] [blame]
{
"name": "PaymentKit",
"version": "1.0.4",
"summary": "Utility library for creating credit card payment forms.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com",
"authors": {
"Alex MacCaw": "alex@stripe.com"
},
"source": {
"git": "https://github.com/stripe/PaymentKit.git",
"tag": "v1.0.4"
},
"source_files": "PaymentKit/*.{h,m}",
"public_header_files": "PaymentKit/*.h",
"resources": [
"PaymentKit/Resources/Cards/*.png",
"PaymentKit/Resources/*.png"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}