blob: 73206324a0c28d2156e00c920809b126710af07c [file] [log] [blame]
{
"name": "Leash",
"version": "3.0.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": "3.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.0"
]
}
},
{
"name": "RxSwift",
"source_files": "Source/RxSwift/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"Leash/Core": [
]
}
},
{
"name": "Interceptors",
"source_files": "Source/Interceptors/*.swift",
"dependencies": {
"Leash/Core": [
]
}
}
],
"swift_version": "5.0"
}