blob: 4b4d212d838a9fca74471479427342609f3fe239 [file] [log] [blame]
{
"name": "FBSandBoxBrowserManager",
"version": "0.1.0",
"summary": "浏览器中管理沙盒文件",
"description": "可以在浏览器中管理APP沙盒中的文件,包括删除.添加 移动 等操作",
"homepage": "https://github.com/zhangxueyang/FBSandBoxBrowserManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangxueyang": "cocoazxy@gmail.com"
},
"source": {
"git": "https://github.com/zhangxueyang/FBSandBoxBrowserManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FBSandBoxBrowserManager/Classes/**/*",
"dependencies": {
"GCDWebServer": [
"~> 3.0"
],
"GCDWebServer/WebUploader": [
"~> 3.0"
]
}
}