blob: 7136c5a2c940bb3d7577bb45bd01723660db0ac7 [file] [log] [blame]
{
"name": "Stripe",
"version": "15.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": {
"Stripe": "support+github@stripe.com"
},
"source": {
"git": "https://github.com/stripe/stripe-ios.git",
"tag": "v15.0.2"
},
"frameworks": [
"Foundation",
"Security",
"WebKit",
"PassKit",
"Contacts",
"CoreLocation"
],
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"public_header_files": "Stripe/PublicHeaders/*.h",
"source_files": [
"Stripe/PublicHeaders/*.h",
"Stripe/*.{h,m}"
],
"ios": {
"resource_bundles": {
"Stripe": "Stripe/Resources/**/*"
}
}
}