blob: 8ec0ff70da9a60e95c1398f91036639bb3fead6b [file] [log] [blame]
{
"name": "Wolf",
"version": "2.1.5",
"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": "2.1.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Basic",
"pushed_with_swift_version": "3.0\n",
"subspecs": [
{
"name": "Basic",
"source_files": [
"Source/**/*.swift"
],
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"PromiseKit": [
"~> 4.0"
]
},
"exclude_files": [
"Source/Unbox/**/*"
]
},
{
"name": "Unbox",
"source_files": [
"Source/**/*.swift"
],
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"PromiseKit": [
"~> 4.0"
],
"Unbox": [
"~> 2.2"
]
}
}
]
}