blob: 05bce995c1fc97d11df915bf7f3feb4ebc487910 [file] [log] [blame]
{
"name": "Leash",
"version": "2.2.0",
"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.2.0"
},
"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": [
]
}
},
{
"name": "Interceptors",
"source_files": "Source/Interceptors/*.swift",
"dependencies": {
"Leash/Core": [
]
}
}
]
}