blob: f1a7e7d573e5fd8c3ba3d6dfc901b892a8c584f5 [file] [log] [blame]
{
"name": "UnboxedAlamofire",
"version": "2.0.3",
"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.3"
},
"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"
}