blob: 39e02996238c3314f209bdd0eb324c3e5a959694 [file] [log] [blame]
{
"name": "Leash",
"version": "2.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"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": [
]
}
}
]
}