blob: 360a4f23e581cda247cdcd78cc7ecdc5763df0f6 [file] [log] [blame]
{
"name": "Stripe",
"version": "16.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": "v16.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}",
"Stripe/Payments/*{h,m}"
],
"vendored_libraries": "InternalFrameworks/libStripe3DS2.a",
"ios": {
"resource_bundles": {
"Stripe": "Stripe/Resources/**/*"
},
"resources": "InternalFrameworks/Stripe3DS2.bundle"
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}