blob: b0868973c80435763fb9b0617caa5b1d09eb3ef0 [file] [log] [blame]
{
"name": "Stripe",
"version": "2.2.0",
"summary": "Stripe is a web-based API for accepting payments online.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://stripe.com",
"authors": {
"Jack Flintermann": "jack@stripe.com"
},
"source": {
"git": "https://github.com/stripe/stripe-ios.git",
"tag": "v2.2.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"Security"
],
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Stripe/*.{h,m}",
"public_header_files": "Stripe/*.h",
"exclude_files": "Stripe/ApplePay/*"
},
{
"name": "Card",
"source_files": [
"Stripe/STPCard.h",
"Stripe/STPCard.m",
"Stripe/STPFormEncodeProtocol.h",
"Stripe/StripeError.h",
"Stripe/StripeError.m",
"Stripe/STPUtils.h",
"Stripe/STPUtils.m"
]
},
{
"name": "ApplePay",
"dependencies": {
"Stripe/Core": [
]
},
"source_files": "Stripe/ApplePay/*",
"prefix_header_contents": "#define STRIPE_ENABLE_APPLEPAY YES",
"weak_frameworks": "PassKit"
}
]
}