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