blob: 95f2e8fd3d8f9cdc510a008d843f0606720313d8 [file] [log] [blame]
{
"name": "PaymentKit",
"version": "1.2",
"summary": "Utility library for creating credit card payment forms.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com",
"authors": {
"Stripe Support": "support@stripe.com"
},
"source": {
"git": "https://github.com/stripe/PaymentKit.git",
"tag": "v1.2"
},
"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,
"deprecated": true,
"deprecated_in_favor_of": "Stripe"
}