blob: 5a19e3d49c16e503cfb3b556cd9791a49e2650db [file] [log] [blame]
{
"name": "ifacegen",
"version": "0.1.1",
"summary": "ifacegen generates native ObjC wrappers for REST+JSON APIs",
"homepage": "https://github.com/ptiz/ifacegen",
"license": {
"type": "BSD"
},
"authors": {
"ptiz": "ptiz@live.ru"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ptiz/ifacegen.git",
"tag": "0.1.1"
},
"source_files": "transport/**/*.{h,m}",
"public_header_files": "transport/**/*.h",
"resources": "generator/*.py",
"requires_arc": true
}