blob: 27ccdfc50ecb997403c025cae4406715f20f43e9 [file] [log] [blame]
{
"name": "Leash",
"version": "2.1.2",
"summary": "Network Abstraction Layer",
"description": "Network Abstraction Layer in Swift.\nAlamofire, Encodable, Decodable, Interceptors, Customization, RxSwift.",
"homepage": "https://github.com/lucianopolit/Leash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luciano Polit": "lucianopolit@gmail.com"
},
"source": {
"git": "https://github.com/lucianopolit/Leash.git",
"tag": "2.1.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
}
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Leash/Core": [
]
}
}
]
}