blob: 932ccf14244683b230c9c416a92c89c46148ff5b [file] [log] [blame]
{
"name": "CCTemplate",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "CocoaTemplateEngine",
"frameworks": "Foundation",
"requires_arc": true
}