[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / 7 / DKViewModel / 0.2.1 / DKViewModel.podspec.json
blobd5ac9a344413c0797c88409e68cf213cd270c2dc
2   "name": "DKViewModel",
3   "version": "0.2.1",
4   "summary": "A ViewModel implementation",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/drinking/DKViewModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "drinking": "pan49@126.com"
13   },
14   "source": {
15     "git": "https://github.com/drinking/DKViewModel.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DKViewModel/Classes/**/*",
22   "dependencies": {
23     "ReactiveObjC": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "IGListKit",
30       "dependencies": {
31         "IGListKit": [
32           "~> 3.0"
33         ]
34       }
35     }
36   ]