[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / 3 / 4 / 7 / CCUIModel / 0.1.2 / CCUIModel.podspec.json
blob59c1e1164044171dec02b2c91e36d27c2a4f4f04
2   "name": "CCUIModel",
3   "version": "0.1.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.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CCUIModel/Classes/**/*",
22   "dependencies": {
23     "CircleReferenceCheck": [
25     ]
26   }