blob: 4e2b8fb89e7679f86817a9f63394e79bd4085ab8 [file] [log] [blame]
{
"name": "PaymentKit",
"version": "1.0.2",
"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.2"
},
"source_files": "PaymentKit/*.{h,m}",
"public_header_files": "PaymentKit/*.h",
"resources": [
"PaymentKit/Resources/Cards/*.png",
"PaymentKit/Resources/*.png"
],
"platforms": {
"ios": null
},
"requires_arc": true
}