[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.9 / ExMVVMKit.podspec.json
blob2481e210e0dc6c55191745f0ba5f4d6a8e62949b
2   "name": "ExMVVMKit",
3   "version": "0.2.9",
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.9"
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": [
24     "UIKit",
25     "Foundation"
26   ],
27   "libraries": [
28     "bz2",
29     "stdc++",
30     "iconv"
31   ],
32   "dependencies": {
33     "ReactiveObjC": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "BaseMVVM",
40       "dependencies": {
41         "MJRefresh": [
43         ],
44         "JSONModel": [
46         ],
47         "YYModel": [
49         ],
50         "Masonry": [
52         ],
53         "ExMVVMKit/Category": [
55         ],
56         "ExMVVMKit/External": [
58         ]
59       },
60       "source_files": "ExMVVMKit/BaseMVVM/**/*.{h,m}"
61     },
62     {
63       "name": "Category",
64       "dependencies": {
65         "ExMVVMKit/ModuleRouter": [
67         ]
68       },
69       "source_files": "ExMVVMKit/Category/**/*.{h,m}"
70     },
71     {
72       "name": "External",
73       "dependencies": {
74         "MBProgressHUD": [
76         ]
77       },
78       "source_files": "ExMVVMKit/External/**/*.{h,m}"
79     },
80     {
81       "name": "ModuleRouter",
82       "dependencies": {
83         "MGJRouter": [
85         ]
86       },
87       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
88     },
89     {
90       "name": "Serivce",
91       "dependencies": {
92         "AFNetworking": [
94         ]
95       },
96       "source_files": "ExMVVMKit/Serivce/**/*.{h,m}"
97     }
98   ]