blob: 1c87a62146e3f1d92d6da476122ee0111e3495ba [file] [log] [blame]
{
"name": "HQCategories",
"version": "0.0.1",
"summary": "iOS categories",
"description": "some categories used in my project, and I will update it everyday",
"homepage": "https://github.com/huiqiangdev/HQCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heart_queen": "huiqiangdev@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huiqiangdev/HQCategories.git",
"tag": "0.0.1"
},
"source_files": [
"HQCategories",
"HQCategories/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}