[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 7 / GJTMvvmKit / 0.0.2 / GJTMvvmKit.podspec.json
blob2de8f65801f5557099143a048426f3269869ae20
2   "name": "GJTMvvmKit",
3   "version": "0.0.2",
4   "summary": "Gojito 的 MVVM 框架",
5   "description": "Gojito 的 MVVM 框架,提供基于 MVVM 架构的 APP。",
6   "homepage": "https://github.com/zjh171/GJTMvvmKit.git",
7   "license": "MIT",
8   "authors": {
9     "kyson zhu": "zjh171@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/zjh171/GJTMvvmKit.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "ReactiveObjC": [
30     ],
31     "Masonry": [
33     ],
34     "GJTAdditionKit": [
36     ],
37     "GJTControlsKit": [
39     ]
40   }