[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / b / SUIMVVMKit / 0.3.6 / SUIMVVMKit.podspec.json
blobaf82dcfc0e96a83d5073bbe4ebda4203f24d3a1b
2   "name": "SUIMVVMKit",
3   "version": "0.3.6",
4   "summary": "SUIMVVMKit is a MVVM frameWork easy to develop iOS",
5   "homepage": "https://github.com/lovemo/MVVMFramework",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": "MIT",
10   "authors": {
11     "lovemo": "lovemomoyulin@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/lovemo/MVVMFramework.git",
15     "tag": "0.3.6"
16   },
17   "requires_arc": true,
18   "public_header_files": "SUIMVVMKit/**/*.h",
19   "source_files": "SUIMVVMKit/SUIMVVMKit.h",
20   "frameworks": [
21     "CoreFoundation",
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "Vender",
28       "requires_arc": true,
29       "source_files": "SUIMVVMKit/Vender/**/*",
30       "public_header_files": "SUIMVVMKit/Vender/**/*.h"
31     },
32     {
33       "name": "SUIMVVMKit",
34       "requires_arc": true,
35       "libraries": "sqlite3",
36       "dependencies": {
37         "AFNetworking": [
39         ],
40         "MJRefresh": [
42         ],
43         "SUIMVVMNetwork": [
45         ],
46         "SUIMVVMKit/Vender": [
48         ]
49       },
50       "source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
51       "public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
52     }
53   ]