blob: 8ae74f780beddb2096eaeb97bcf29b4be996aa6a [file] [log] [blame]
{
"name": "Wolf",
"version": "0.4.0",
"summary": "Handy solutions to common iOS app development problems.",
"description": "Wolf brings handy solutions to common iOS app development problems. It includes storyboard management, error handling shortcuts, an opinionated networking layer and more.",
"homepage": "https://github.com/fellipecaetano/Wolf",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fellipe Caetano": "fellipe.caetano4@gmail.com"
},
"source": {
"git": "https://github.com/fellipecaetano/Wolf.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.1"
],
"Argo": [
"~> 3.1"
],
"Unbox": [
"~> 1.9"
]
}
},
{
"name": "Standard",
"source_files": [
"Wolf/Classes/**/*"
],
"exclude_files": [
"Wolf/Classes/Argo/**/*"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.1"
],
"Unbox": [
"~> 1.9"
]
}
}
]
}