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