blob: 9b82947b93ae0d822dad290aa60dcab6c3a97acc [file] [log] [blame]
{
"name": "Stripe",
"version": "11.0.0",
"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": "v11.0.0"
},
"frameworks": [
"Foundation",
"Security",
"WebKit",
"PassKit",
"AddressBook",
"CoreLocation"
],
"weak_frameworks": "Contacts",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"public_header_files": "Stripe/PublicHeaders/*.h",
"source_files": [
"Stripe/PublicHeaders/*.h",
"Stripe/*.{h,m}"
],
"ios": {
"resource_bundles": {
"Stripe": "Stripe/Resources/**/*"
}
}
}