blob: 7bc34e4880d32d938244240fff4259e99e916252 [file] [log] [blame]
{
"name": "Leash",
"version": "1.0.0",
"summary": "Network Abstraction Layer",
"description": "Network Abstraction Layer in Swift.\nAlamofire, Encodable, Decodable, Interceptors, Customization.",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
},
"pushed_with_swift_version": "3.2"
}