[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 0 / f / a / MMSDK / 0.0.2 / MMSDK.podspec.json
blobda5b57f0c37d2db0c7af4b8e64128ffbbd35f837
2   "name": "MMSDK",
3   "version": "0.0.2",
4   "summary": "颜色、图片、label、UIView扩展",
5   "description": "对颜色、图片、label、UIView进行扩展扩展处理",
6   "homepage": "https://github.com/MWD123/MMSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Weidong Meng": "mwd668@126.com"
13   },
14   "source": {
15     "git": "https://github.com/MWD123/MMSDK.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "MMSDK/MMHead.h",
19   "public_header_files": "MMSDK/MMHead.h",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "ColorEx",
27       "source_files": "MMSDK/ColorEx/**/*",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "ImgeEx",
32       "source_files": "MMSDK/ImgeEx/**/*",
33       "frameworks": "UIKit"
34     },
35     {
36       "name": "LabelEx",
37       "source_files": "MMSDK/LabelEx/**/*",
38       "frameworks": "UIKit"
39     },
40     {
41       "name": "ViewEx",
42       "source_files": "MMSDK/ViewEx/**/*",
43       "frameworks": "UIKit"
44     }
45   ]