blob: 879b4f66ec05461ca2f0e9bfebad65718b37b934 [file] [log] [blame]
{
"name": "AlamofireGenome",
"version": "1.0.1",
"summary": "An Alamofire extension that automatically converts JSON into Swift objects using Genome",
"homepage": "https://github.com/tablexi/AlamofireGenome",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dan Hodos": "danhodos@gmail.com",
"John Dzak": "john.dzak@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/tablexi/AlamofireGenome.git",
"tag": "v1.0.1",
"submodules": true
},
"source_files": "AlamofireGenome/**/*.{h,swift}",
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"Genome": [
"~> 1.0"
]
}
}