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