blob: fa4ccc180ae6d7e02d9cef4f3a3976521b176257 [file] [log] [blame]
{
"name": "HFBaseUtils",
"version": "1.0.0",
"summary": "Foundation和UIKit常用分类",
"description": "Foundation和UIKit常用分类",
"homepage": "https://github.com/HfKates/HFBaseUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huangpy": "726859314@qq.com"
},
"source": {
"git": "https://github.com/HfKates/HFBaseUtils.git",
"tag": "1.0.0"
},
"source_files": "HFBaseUtils/Classes/**/**/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"frameworks": "UIKit",
"requires_arc": true
}