blob: 749c70f0a398e5d7456ce88f2c33391592e807fd [file] [log] [blame]
{
"name": "PaymentKit",
"version": "1.0.3",
"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.3"
},
"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
}