blob: fcbde83385665e23eb78c18b388b56f56c932e70 [file] [log] [blame]
{
"name": "DWCategoryKit",
"version": "1.2.2",
"summary": "项目常用类别整理.",
"description": "- 将项目中常用类别整理成型",
"homepage": "https://github.com/CoderDwang/DWCategoryKit",
"license": "MIT",
"authors": {
"Dwang": "coderdwang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderDwang/DWCategoryKit.git",
"tag": "1.2.2"
},
"source_files": "DWCategoryKit/**/*.{h,m}",
"resources": "DWCategoryKit/Resources.bundle",
"public_header_files": "DWCategoryKit/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
]
}