blob: 06008ef68715d3a71c66cc43c8b8ba58a09c3e5c [file] [log] [blame]
{
"name": "Stripe-HealthJoy",
"version": "10.0.7",
"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/Healthjoy-iOS/stripe-ios.git",
"tag": "10.0.7"
},
"frameworks": [
"Foundation",
"Security",
"WebKit",
"PassKit",
"AddressBook"
],
"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/**/*"
}
}
}