blob: 8ee02c0d75ac29ee6a8f947bdd81cbdaa5c7b7ef [file] [log] [blame]
{
"name": "UnboxedAlamofire",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": "true",
"source_files": "UnboxedAlamofire/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Unbox": [
"~> 1.5"
]
}
}