[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.6 / ExMVVMKit.podspec.json
blob3623f55d64aa01c69440d0423dca7ebcd76cf9cc
2   "name": "ExMVVMKit",
3   "version": "0.2.6",
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.6"
16   },
17   "platforms": {
18     "ios": "10.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": [
34       "~> 3.1.1"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "BaseMVVM",
40       "dependencies": {
41         "MJRefresh": [
42           "~>3.2.0"
43         ],
44         "JSONModel": [
45           "1.7.0"
46         ],
47         "YYModel": [
48           "1.0.4"
49         ],
50         "ExMVVMKit/Category": [
52         ],
53         "ExMVVMKit/External": [
55         ]
56       },
57       "source_files": "ExMVVMKit/BaseMVVM/**/*.{h,m}"
58     },
59     {
60       "name": "Category",
61       "dependencies": {
62         "ExMVVMKit/ModuleRouter": [
64         ]
65       },
66       "source_files": "ExMVVMKit/Category/**/*.{h,m}"
67     },
68     {
69       "name": "External",
70       "dependencies": {
71         "MBProgressHUD": [
73         ]
74       },
75       "source_files": "ExMVVMKit/External/**/*.{h,m}"
76     },
77     {
78       "name": "ModuleRouter",
79       "dependencies": {
80         "MGJRouter": [
82         ]
83       },
84       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
85     },
86     {
87       "name": "Serivce",
88       "dependencies": {
89         "AFNetworking": [
90           "3.2.0"
91         ]
92       },
93       "source_files": "ExMVVMKit/Serivce/**/*.{h,m}"
94     }
95   ]