[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / c / 4 / 2 / MVVMFramework / 0.0.7 / MVVMFramework.podspec.json
blob4314c712c3729387b3b39163b699b30f7b2db27c
2   "name": "MVVMFramework",
3   "version": "0.0.7",
4   "summary": "MVVMFramework 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.0.7"
16   },
17   "requires_arc": true,
18   "public_header_files": "SUIMVVM/**/*.h",
19   "frameworks": [
20     "CoreFoundation",
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "libraries": "sqlite3",
26   "subspecs": [
27     {
28       "name": "SUIMVVM",
29       "source_files": "SUIMVVM/**/*.{h,m,mm}",
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     }
61   ]