blob: dceb14647336603460e232d149e8a6326c7cb182 [file] [log] [blame]
{
"name": "Stripe",
"version": "7.0.2",
"summary": "Stripe is a web-based API for accepting payments online.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com/docs/mobile/ios",
"authors": {
"Jack Flintermann": "jack@stripe.com",
"Stripe": "support+github@stripe.com"
},
"source": {
"git": "https://github.com/stripe/stripe-ios.git",
"tag": "v7.0.2"
},
"frameworks": [
"Foundation",
"Security"
],
"weak_frameworks": [
"PassKit",
"AddressBook"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"public_header_files": "Stripe/PublicHeaders/*.h",
"source_files": [
"Stripe/PublicHeaders/*.h",
"Stripe/*.{h,m}"
],
"resources": "Stripe/Resources/**/*"
}