blob: d886c0fe806d3fd68c759e3b656db383740e7750 [file] [log] [blame]
{
"name": "HQCategory",
"version": "0.0.6",
"summary": "iOS 常用分类集合",
"description": "the category for iOS develop",
"homepage": "https://github.com/Vesincc/HQCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hq": "1464467970@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Vesincc/HQCategory.git",
"tag": "0.0.6"
},
"source_files": [
"Classes",
"HQCategory/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"HQCategory/Classes/**/*.h",
"HQCategory/Classes/HQCategory.h"
],
"requires_arc": true
}