blob: b70efae99f734a56c3a5a92965076e8622d4bb27 [file] [log] [blame]
{
"name": "WQCategory",
"version": "0.0.2",
"summary": "iOS所有项目通用的分类的工具文件",
"homepage": "https://github.com/WQiOS/WQCategory",
"license": "MIT",
"authors": {
"王强": "1570375769@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/WQiOS/WQCategory.git",
"tag": "0.0.2"
},
"source_files": "WQCategory/*.{h,m}",
"frameworks": [
"UIKit",
"CoreText"
]
}