[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.10 / ExMVVMKit.podspec.json
blob51a40cb513f1768178bb92a37cf78b691ea774e5
2   "name": "ExMVVMKit",
3   "version": "0.2.10",
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.10"
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         "YYModel": [
46         ],
47         "Masonry": [
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       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
80     },
81     {
82       "name": "Serivce",
83       "dependencies": {
84         "AFNetworking": [
86         ]
87       },
88       "source_files": "ExMVVMKit/Serivce/**/*.{h,m}"
89     }
90   ]