[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / 5 / b / SUIMVVMKit / 0.4.9 / SUIMVVMKit.podspec.json
blobcd5106ce364e9cc7d35a779e822dc3761c336e53
2   "name": "SUIMVVMKit",
3   "version": "0.4.9",
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.4.9"
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": "SUIMVVMKit",
28       "requires_arc": true,
29       "libraries": "sqlite3",
30       "dependencies": {
31         "AFNetworking": [
33         ],
34         "FMDB": [
36         ],
37         "SUIUtils": [
39         ]
40       },
41       "source_files": "SUIMVVMKit/SUIMVVMKit/**/*",
42       "public_header_files": "SUIMVVMKit/SUIMVVMKit/**/*.h"
43     }
44   ]