blob: d1d38417c0196928887c878184bb64ebaeecf2c8 [file] [log] [blame]
{
"name": "Wolf",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Basic",
"subspecs": [
{
"name": "Basic",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"BrightFutures": [
"~> 5.0"
]
},
"exclude_files": [
"Wolf/Classes/Argo/**/*",
"Wolf/Classes/Unbox/**/*"
]
},
{
"name": "Unbox",
"source_files": [
"Wolf/Classes/**/*"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"BrightFutures": [
"~> 5.0"
],
"Unbox": [
"~> 2.0"
]
},
"exclude_files": [
"Wolf/Classes/Argo/**/*"
]
}
]
}