blob: eb247310bc44c109849be14cafab7c6d87059990 [file] [log] [blame]
{
"name": "UnboxedAlamofire",
"version": "2.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Alamofire + Unbox: the easiest way to download and decode JSON into swift objects.",
"homepage": "https://github.com/serejahh/UnboxedAlamofire",
"authors": {
"Serhii Butenko": "sereja.butenko@gmail.com"
},
"source": {
"git": "https://github.com/serejahh/UnboxedAlamofire.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": "true",
"source_files": "UnboxedAlamofire/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"Unbox": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}