[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / a / 6 / ExMVVMKit / 0.2.14 / ExMVVMKit.podspec.json
blobb3ca31215294a0607bf22999e6c5ebae37ba8277
2   "name": "ExMVVMKit",
3   "version": "0.2.14",
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.14"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "resource_bundles": {
22     "ExMVVMKit": [
23       "ExMVVMKit/Assets/**/*.{png,strings,plist}"
24     ]
25   },
26   "source_files": "ExMVVMKit/ExMVVMKit.h",
27   "prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "libraries": [
33     "bz2",
34     "stdc++",
35     "iconv"
36   ],
37   "dependencies": {
38     "ReactiveObjC": [
40     ],
41     "AFNetworking": [
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "BaseMVVM",
48       "dependencies": {
49         "MJRefresh": [
51         ],
52         "Masonry": [
54         ],
55         "ExMVVMKit/Category": [
57         ],
58         "ExMVVMKit/External": [
60         ]
61       },
62       "source_files": "ExMVVMKit/BaseMVVM/**/*.{h,m}"
63     },
64     {
65       "name": "Category",
66       "dependencies": {
67         "ExMVVMKit/ModuleRouter": [
69         ]
70       },
71       "source_files": "ExMVVMKit/Category/**/*.{h,m}"
72     },
73     {
74       "name": "External",
75       "dependencies": {
76         "MBProgressHUD": [
77           "~> 1.1.0"
78         ]
79       },
80       "source_files": "ExMVVMKit/External/**/*.{h,m}"
81     },
82     {
83       "name": "ModuleRouter",
84       "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
85     },
86     {
87       "name": "Serivce",
88       "source_files": "ExMVVMKit/Serivce/**/*.{h,m}"
89     }
90   ]