blob: 6f50d15c5fd99d88f3e1c050441b13b67b6eb17d [file] [log] [blame]
{
"name": "Gen",
"version": "1.0",
"summary": "Code generator for creating Objective-C code.",
"description": " Gen is a code generating framework for creating Objective-C and based on modelling\n classes, protocols, methods, properties, etc.. using Gen classes. The final result\n being converted into .m/.h files.\n",
"homepage": "https://github.com/mmower/Gen",
"license": "BSD",
"authors": {
"Matt Mower": "self@mattmower.com"
},
"source": {
"git": "https://github.com/mmower/Gen.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Gen",
"Gen/**/*.{h,m}"
],
"requires_arc": true
}