blob: 8a873f1c8e81d5684b443222f3be923bf198d9e3 [file] [log] [blame]
{
"name": "AlamofireUnbox",
"module_name": "AlamofireUnbox",
"version": "1.1.1",
"homepage": "https://github.com/maxsokolov/AlamofireUnbox",
"summary": "An Alamofire extension which converts json response data into swift objects using Unbox",
"authors": {
"Max Sokolov": "i@maxsokolov.net"
},
"social_media_url": "https://twitter.com/max_sokolov",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"source": {
"git": "https://github.com/maxsokolov/AlamofireUnbox.git",
"tag": "1.1.1"
},
"dependencies": {
"Alamofire": [
"~> 3.2"
],
"Unbox": [
"~> 1.5"
]
}
}