[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / b / SUIMVVMKit / 0.2.8 / SUIMVVMKit.podspec.json
blobdc3a33ca63fdd82e0af4033df70265e26c8b0fce
2   "name": "SUIMVVMKit",
3   "version": "0.2.8",
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.2.8"
16   },
17   "requires_arc": true,
18   "public_header_files": "SUIMVVMKit/**/*.h",
19   "source_files": "SUIMVVMKit/SUIMVVMKit.h",
20   "frameworks": [
21     "CoreFoundation",
22     "Foundation",
23     "CoreGraphics",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "Vender",
29       "requires_arc": true,
30       "source_files": "SUIMVVMKit/Vender/**/*",
31       "public_header_files": "SUIMVVMKit/Vender/**/*.h"
32     },
33     {
34       "name": "SUIMVVMKit",
35       "requires_arc": true,
36       "dependencies": {
37         "MJRefresh": [
39         ],
40         "SVProgressHUD": [
42         ],
43         "FDFullscreenPopGesture": [
45         ],
46         "MJExtension": [
48         ],
49         "SDWebImage": [
51         ],
52         "LxDBAnything": [
54         ],
55         "Masonry": [
57         ],
58         "SUIMVVMStore": [
60         ],
61         "SUIMVVMNetwork": [
63         ],
64         "SUIMVVMKit/Vender": [
66         ]
67       },
68       "source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
69       "public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
70     }
71   ]