[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.1 / ExMVVMKit.podspec.json
blobb6ebb5bb5264c56570175c56ea2b1a05f3bb06f0
2   "name": "ExMVVMKit",
3   "version": "0.2.1",
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.2.1"
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.1"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Controller",
37       "dependencies": {
38         "MJRefresh": [
39           "~>3.2.0"
40         ],
41         "ExMVVMKit/ViewModel": [
43         ]
44       },
45       "source_files": "ExMVVMKit/Controller/**/*.{h,m}"
46     },
47     {
48       "name": "ViewModel",
49       "source_files": "ExMVVMKit/ViewModel/*.{h,m}"
50     },
51     {
52       "name": "External",
53       "dependencies": {
54         "MBProgressHUD": [
56         ]
57       },
58       "source_files": "ExMVVMKit/External/**/*.{h,m}"
59     },
60     {
61       "name": "ModuleRouter",
62       "dependencies": {
63         "ExMVVMKit/Controller": [
65         ],
66         "ExMVVMKit/ViewModel": [
68         ],
69         "MGJRouter": [
71         ]
72       },
73       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
74     },
75     {
76       "name": "Module",
77       "source_files": "ExMVVMKit/Module/**/*.{h,m}"
78     }
79   ]