[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / c / 0 / MUIKit / 0.0.5 / MUIKit.podspec.json
blob286b87a025b9842ab6125facab68adddfc953ab5
2   "name": "MUIKit",
3   "version": "0.0.5",
4   "summary": "MUIKit收藏iOS常用开源项目",
5   "description": "MUIKit用于收藏iOS常用开源项目,统一使用",
6   "homepage": "https://github.com/FUIKit/MUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FBIN": "fanfanbinbin@outlook.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/FUIKit/MUIKit.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "MUIKit/MUIKit.h",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 5.0.0"
26     ],
27     "QMUIKit": [
28       "~> 3.2.1"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "MTableView",
34       "source_files": "MUIKit/MTableView/**/*.{h,m}"
35     },
36     {
37       "name": "MUIView",
38       "source_files": "MUIKit/MUIView/**/*.{h,m}"
39     },
40     {
41       "name": "MIconFont",
42       "source_files": "MUIKit/MIconFont/**/*.{h,m}"
43     }
44   ]