blob: e755a6f684ea5c09387797be9a3ae01ef54754a1 [file] [log] [blame]
{
"name": "DWCategory-OC",
"version": "0.0.8",
"summary": "项目常用类别整理.",
"description": "- 将项目中常用类别整理成型",
"homepage": "https://github.com/CoderDwang/DWCategory",
"license": "MIT",
"authors": {
"Dwang": "coderdwang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderDwang/DWCategory.git",
"tag": "0.0.8"
},
"source_files": "Category/**/*.{h,m}",
"public_header_files": "Category/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AESCrypt-ObjC": [
"~> 1.0.2"
]
}
}