{ | |
"name": "hutils", | |
"version": "1.0.0", | |
"summary": "实用工具类", | |
"description": "实用工具类,包含多个实用函数", | |
"homepage": "https://github.com/sandyloop/utils", | |
"license": "MIT", | |
"authors": { | |
"sandyloop": "31763392@qq.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/sandyloop/utils.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": [ | |
"Classes", | |
"hUtil/hUtil/hUtils/**/*.{h,m}" | |
], | |
"requires_arc": true | |
} |