[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 3 / 4 / 7 / CCUIModel / 0.0.2 / CCUIModel.podspec.json
blobb44cb55a89ce51b37ec150f5218ade1403c58b7e
2   "name": "CCUIModel",
3   "version": "0.0.2",
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.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CCUIModel/Classes/**/*",
22   "dependencies": {
23     "CircleReferenceCheck": [
25     ]
26   }