blob: e6ef6dd8f2b6991b68b4e100a15a399281d431e7 [file] [log] [blame]
{
"name": "AlamofireUnbox",
"module_name": "AlamofireUnbox",
"version": "1.0.0",
"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.0.0"
},
"dependencies": {
"Alamofire": [
"~> 3.2"
],
"Unbox": [
"~> 1.5"
]
}
}