blob: c7c6ec0cad9a478dd41e8b4aff6fdca6c1156237 [file] [log] [blame]
{
"name": "UIView_category_MD",
"version": "0.1.0",
"summary": "A category of UIView.",
"description": "in order to set rect and add HUD",
"homepage": "https://github.com/MoonMD/UIView_category_MD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MoonMD": "15157191245@163.com"
},
"source": {
"git": "https://github.com/MoonMD/UIView_category_MD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Rect",
"source_files": "UIView_category_MD/Classes/Rect/*"
},
{
"name": "HUD",
"source_files": "UIView_category_MD/Classes/HUD/*",
"dependencies": {
"MBProgressHUD": [
"0.9.2"
]
}
}
]
}