blob: 643f0ea93a9f50a4e3fa9a45e3551c0fbf8b03ea [file] [log] [blame]
{
"name": "DWUtilKit",
"version": "0.0.8",
"summary": "DWUtilKit is public library",
"description": "DWUtilKit public tool methods, fix bug, add all category header file.",
"homepage": "https://github.com/dev-wqq/DWUtilKit.git",
"license": "MIT",
"authors": {
"dev-wqq": "992673618@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dev-wqq/DWUtilKit.git",
"tag": "v0.0.8"
},
"source_files": "DWUtilKit/**/*.{h,m}",
"public_header_files": "DWUtilKit/**/*.{h}",
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"AVFoundation",
"Photos",
"AssetsLibrary",
"UserNotifications"
],
"requires_arc": true
}