blob: dea02ed619cff0bd54c4ff7653024eb98ef524b4 [file] [log] [blame]
{
"name": "ProcessOut",
"platforms": {
"ios": "8.0"
},
"summary": "Lets you integrate payments easily in your app",
"requires_arc": false,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeremy Lejoux": "jeremy@processout.com"
},
"homepage": "https://www.processout.com",
"source": {
"git": "https://github.com/ProcessOut/processout-ios.git",
"tag": "0.1.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": "UIKit",
"dependencies": {
"SVProgressHUD": [
"~> 2.0.3"
],
"Stripe": [
"~> 6.2.0"
],
"AdyenCheckout": [
"~> 0.0.1"
],
"DGActivityIndicatorView": [
"~> 2.0"
],
"Braintree": [
"~> 4.2.3"
]
},
"source_files": "ProcessOut/**/*.{swift}",
"resources": "ProcessOut/**/*.{png,jpeg,jpg,storyboard,xib,lproj}"
}
]
}