blob: 9dc3afe49c5e201306d35e1403344750c61aaf46 [file] [log] [blame]
{
"name": "Stripe",
"version": "2.0.3",
"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.0.3"
},
"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"
}
]
}