blob: 26bc04710ba5f828ec8aea0ad8934c9fa69b51e9 [file] [log] [blame]
{
"name": "Stripe-HealthJoy",
"version": "10.0.4",
"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/nekromarko/stripe-ios-HealthJoy.git",
"tag": "10.0.4"
},
"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/**/*"
}
}
}