blob: 7db4232adb8c8cb953e5ec5fbdc9695eab31a67d [file] [log] [blame]
{
"name": "OSFileBrowser",
"version": "0.1.6",
"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.1.6"
},
"source_files": [
"FileBrowser",
"OSFileBrowser/*.{h,m}"
],
"resources": "OSFileBrowser/OSFileBrowser.bundle",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"MBProgressHUD": [
"~> 1.0.0"
],
"NODataPlaceholderView": [
"~> 1.0.2"
],
"OSFileManager": [
"~> 0.0.2"
]
}
}