blob: 0b83658ff4919592036c86cde0a1c1d73567d10d [file] [log] [blame]
{
"name": "OSFileBrowser",
"version": "0.0.7",
"summary": "一个很实用的文件浏览器.",
"description": "一个很实用的本地浏览器,平时开发时,你可以很简单的访问沙盒,查看信息",
"homepage": "https://github.com/Ossey/FileBrowser",
"license": "MIT",
"authors": {
"Ossey": "xiaoyuan1314@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ossey/FileBrowser.git",
"tag": "0.0.7"
},
"source_files": [
"FileBrowser",
"OSFileBrowser/*.{h,m}"
],
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"NODataPlaceholderView": [
"~> 1.0.2"
]
}
}