blob: 9a32e8bf1e3d52a340e7a231658e83a00dca0379 [file] [log] [blame]
{
"name": "DWCategory-OC",
"version": "0.0.9",
"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.9"
},
"source_files": "Category/**/*.{h,m}",
"public_header_files": "Category/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AESCrypt-ObjC": [
"~> 1.0.2"
]
}
}