[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 4 / d / CHViewModel / 0.0.1 / CHViewModel.podspec.json
blobe01a8dffe45f33eb5e37fd0c8925b2bd3cf47fff
2   "name": "CHViewModel",
3   "version": "0.0.1",
4   "summary": "The ViewModel base on ReactiveCocoa 2.5 using MVVM Design",
5   "description": "There are two signal in CHViewModel now, you can use push or pop in controller",
6   "homepage": "https://github.com/chausson/CHViewModel.git",
7   "license": "MIT",
8   "authors": {
9     "Chausson": "232564026@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/chausson/CHViewModel.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "CHViewModel",
19   "dependencies": {
20     "ReactiveCocoa": [
21       "~>2.5"
22     ]
23   }