blob: 190b725f0737f2babc76c08b07f3d9f87152a5ea [file] [log] [blame]
{
"name": "CCTemplate",
"version": "0.2.0",
"summary": "lightweight template engine for objective-c.",
"homepage": "https://github.com/xhan/CocoaTemplateEngine",
"license": "MIT",
"authors": {
"xhan": "xhan87@gmail.com"
},
"source": {
"git": "https://github.com/xhan/CocoaTemplateEngine.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "CocoaTemplateEngine",
"frameworks": "Foundation",
"requires_arc": true
}