blob: add3f5b684465c4e293904b8cbc073f084f68f35 [file] [log] [blame]
{
"name": "HannahCategory",
"version": "1.0.2",
"summary": "分类",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/HannahZheng/HannahCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HannahZheng": "821134912@qq.com"
},
"source": {
"git": "https://github.com/HannahZheng/HannahCategory.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HannahCategory/Classes/**/*.{h,m}",
"frameworks": "UIKit",
"subspecs": [
{
"name": "NSObject+HHCurrentVC",
"source_files": "HannahCategory/Classes/NSObject+HHCurrentVC/**/*"
},
{
"name": "UIView+HHLineDash",
"source_files": "HannahCategory/Classes/UIView+HHLineDash/**/*"
},
{
"name": "NSString+HHSize",
"source_files": "HannahCategory/Classes/NSString+HHSize/**/*"
},
{
"name": "HHRoundCorner",
"source_files": "HannahCategory/Classes/HHRoundCorner/**/*"
},
{
"name": "UIButton+HHBadge",
"source_files": "HannahCategory/Classes/UIButton+HHBadge/**/*"
},
{
"name": "HHColorHex",
"source_files": "HannahCategory/Classes/HHColorHex/**/*"
},
{
"name": "UIImage+HHCompress",
"source_files": "HannahCategory/Classes/UIImage+HHCompress/**/*"
}
]
}