[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 3 / NDMVVM / 0.0.2 / NDMVVM.podspec.json
blob68894845304d77a4898587b1cbd7b530989b5203
2   "name": "NDMVVM",
3   "version": "0.0.2",
4   "summary": "Support MVVM pattern.",
5   "description": "NDMVVM is a small framework that support MVVM pattern.",
6   "homepage": "https://github.com/hiep-nd/nd-mvvm.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0"
17   },
18   "swift_versions": [
19     "4.0",
20     "5.1",
21     "5.2"
22   ],
23   "requires_arc": true,
24   "source": {
25     "git": "https://github.com/hiep-nd/nd-mvvm.git",
26     "tag": "Pod-0.0.2"
27   },
28   "source_files": "NDMVVM/**/*.{h,m,mm}",
29   "public_header_files": "NDMVVM/**/*.h",
30   "private_header_files": "NDMVVM/**/Privates/**/*.h",
31   "header_mappings_dir": "NDMVVM",
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "module_map": "NDMVVM/NDMVVM.modulemap",
37   "dependencies": {
38     "NDLog": [
40     ],
41     "NDManualObjects": [
43     ]
44   },
45   "swift_version": "5.2"