blob: 107e4b2f20592cd2f86523a035851c3ba957c8c9 [file] [log] [blame]
{
"name": "CCUIModel",
"version": "0.1.3",
"summary": "A usefull libraray which make UI drived by model",
"description": "A usefull libraray which make UI drived by model. We just need to set relation between model and UI. The UI will be auto changed when model changed. The programmer only need to concern the relation which between model and UI, the libraray will automaticlly do other very well.",
"homepage": "http://www.scorplot.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aruisi": "scorplot@aliyun.com"
},
"source": {
"git": "https://github.com/scorplot/CCUIModel.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCUIModel/Classes/**/*",
"dependencies": {
"CircleReferenceCheck": [
]
}
}