[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 4 / 7 / CCUIModel / 0.1.3 / CCUIModel.podspec.json
blob107e4b2f20592cd2f86523a035851c3ba957c8c9
2   "name": "CCUIModel",
3   "version": "0.1.3",
4   "summary": "A usefull libraray which make UI drived by model",
5   "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.",
6   "homepage": "http://www.scorplot.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aruisi": "scorplot@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/scorplot/CCUIModel.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CCUIModel/Classes/**/*",
22   "dependencies": {
23     "CircleReferenceCheck": [
25     ]
26   }