blob: d9181c129c8bb44a8383d70799da98ff0e14cb73 [file] [log] [blame]
{
"name": "NHFFileUtils",
"version": "0.0.1",
"summary": "用于I/O常用方法",
"homepage": "https://github.com/nhfc99/NHFFileUtils",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFFileUtils.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "File+Utils/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}