blob: 236333d6e9793660ed1b9a74ef0a6439ed76b2ff [file] [log] [blame]
{
"name": "Wolf",
"version": "0.7.0",
"summary": "An opinionated, protocol-oriented networking layer.",
"description": "Wolf approaches networking by bringing together the battle experience of Alamofire and the flexible power of Swift protocols.",
"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.7.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"default_subspecs": "Unbox",
"subspecs": [
{
"name": "Unbox",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.1"
],
"Unbox": [
"~> 1.9"
]
},
"exclude_files": [
"Wolf/Classes/Argo/**/*"
]
},
{
"name": "Argo",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.1"
],
"Argo": [
"~> 3.1"
]
},
"exclude_files": [
"Wolf/Classes/Unbox/**/*"
]
}
]
}