blob: c76d6bd508a4ee0b73d54003a3cde8a0c5e6cbb8 [file] [log] [blame]
{
"name": "PaymentKit",
"version": "1.1.1",
"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.1.1"
},
"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
}