blob: 981ead24247e76e50f17dd098381f8bd4ee8c0e8 [file] [log] [blame]
{
"name": "DWUtilKit",
"version": "1.0.0",
"license": "MIT",
"summary": "A collection of iOS components.",
"homepage": "https://github.com/dev-wqq/DWUtilKit.git",
"authors": {
"dev-wqq": "992673618@qq.com"
},
"source": {
"git": "https://github.com/dev-wqq/DWUtilKit.git",
"tag": "1.0.0"
},
"description": "This library tool method to develop.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "DWUtilKit/**/*.{h,m}",
"public_header_files": "DWUtilKit/**/*.{h}"
}