blob: 5c4b31c2b9c1377deed0a5fcff60ded61418af06 [file] [log] [blame]
{
"name": "Lobolabs-Boilerplate",
"version": "0.1.0",
"summary": "Quick basic setup for common iOS projects",
"homepage": "https://github.com/lobolabs/Lobolabs-Boilerplate",
"license": "MIT",
"authors": {
"Dmitry Fa[n]tastik": "dmytro.korjakin@lobolabshq.com"
},
"source": {
"git": "https://github.com/lobolabs/Lobolabs-Boilerplate.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "UserInterface",
"dependencies": {
"SnapKit": [
"~> 0.19.0"
]
}
},
{
"name": "Networking",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3.2"
]
}
},
{
"name": "Logging",
"dependencies": {
"CocoaLumberjack/Swift": [
"~> 2.2.0"
]
}
}
]
}