blob: bc321242ad7e9431bb5f82f2ea76a03b57417757 [file] [log] [blame]
{
"name": "Wolf",
"version": "0.8.1",
"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.8.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Basic",
"subspecs": [
{
"name": "Basic",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"BrightFutures": [
"~> 4.1"
]
},
"exclude_files": [
"Wolf/Classes/Argo/**/*",
"Wolf/Classes/Unbox/**/*"
]
},
{
"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/**/*"
]
}
]
}