[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 9 / 5 / b / SUIMVVMKit / 0.1.1 / SUIMVVMKit.podspec.json
blob50f982ad970d8f2063b667793de95383ec6dcebd
2   "name": "SUIMVVMKit",
3   "version": "0.1.1",
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.1.1"
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   "libraries": "sqlite3",
27   "subspecs": [
28     {
29       "name": "SUIMVVMKit",
30       "requires_arc": true,
31       "dependencies": {
32         "MJRefresh": [
34         ],
35         "AFNetworking": [
37         ],
38         "SVProgressHUD": [
40         ],
41         "FDFullscreenPopGesture": [
43         ],
44         "MJExtension": [
46         ],
47         "SDWebImage": [
49         ],
50         "FMDB": [
52         ],
53         "LxDBAnything": [
55         ],
56         "Masonry": [
58         ]
59       },
60       "source_files": [
61         "*.{h,m,mm}",
62         "SUIMVVMKit/**/*.{h,m,mm}"
63       ],
64       "public_header_files": "SUIMVVMKit/**/*.h"
65     }
66   ]