blob: c5342bbcafc9220d17c6b0e00273a38fd989b66e [file] [log] [blame]
{
"name": "MMSDK",
"version": "0.0.1",
"summary": "颜色、图片、label、UIView扩展",
"description": "对颜色、图片、label、UIView进行扩展扩展处理",
"homepage": "https://github.com/MWD123/MMSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Weidong Meng": "mwd668@126.com"
},
"source": {
"git": "https://github.com/MWD123/MMSDK.git",
"tag": "0.0.1"
},
"source_files": "MMSDK/MMHead.h",
"public_header_files": "MMSDK/MMHead.h",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "ColorEx",
"source_files": "MMSDK/ColorEx/**/*",
"frameworks": "UIKit"
},
{
"name": "ImgeEx",
"source_files": "MMSDK/ImgeEx/**/*",
"frameworks": "UIKit"
},
{
"name": "LabelEx",
"source_files": "MMSDK/LabelEx/**/*",
"frameworks": "UIKit"
},
{
"name": "ViewEx",
"source_files": "MMSDK/ViewEx/**/*",
"frameworks": "UIKit"
}
]
}