[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.1.15 / ExMVVMKit.podspec.json
blobee5ff5e647812eca7300914d0c3a777324f5104f
2   "name": "ExMVVMKit",
3   "version": "0.1.15",
4   "summary": "A short description of ExMVVMKit.",
5   "homepage": "https://github.com/samspirit/ExMVVMKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "samspirit": "11873288@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/samspirit/ExMVVMKit.git",
15     "tag": "0.1.15"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "ExMVVMKit/ExMVVMKit.h",
22   "prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>",
23   "frameworks": "UIKit",
24   "libraries": [
25     "bz2",
26     "stdc++",
27     "iconv"
28   ],
29   "dependencies": {
30     "ReactiveObjC": [
31       "~> 3.1.0"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Controller",
37       "dependencies": {
38         "DZNEmptyDataSet": [
39           "~>1.8.1"
40         ],
41         "MJRefresh": [
42           "~>3.1.12"
43         ],
44         "Masonry": [
45           "~>1.1.0"
46         ],
47         "ExMVVMKit/ViewModel": [
49         ]
50       },
51       "source_files": "ExMVVMKit/Controller/**/*.{h,m}"
52     },
53     {
54       "name": "ViewModel",
55       "source_files": "ExMVVMKit/ViewModel/*.{h,m}"
56     },
57     {
58       "name": "External",
59       "dependencies": {
60         "MBProgressHUD": [
62         ]
63       },
64       "source_files": "ExMVVMKit/External/**/*.{h,m}"
65     },
66     {
67       "name": "ModuleRouter",
68       "dependencies": {
69         "ExMVVMKit/Controller": [
71         ],
72         "ExMVVMKit/ViewModel": [
74         ],
75         "MGJRouter": [
77         ]
78       },
79       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
80     },
81     {
82       "name": "Module",
83       "source_files": "ExMVVMKit/Module/**/*.{h,m}"
84     }
85   ]