[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / 9 / OSFileBrowser / 0.1.3 / OSFileBrowser.podspec.json
blobda2dfe762643082f695cbbcec29866555bc88f5d
2   "name": "OSFileBrowser",
3   "version": "0.1.3",
4   "summary": "一个很实用的文件浏览器.",
5   "description": "一个很实用的本地浏览器,平时开发时,你可以很简单的访问沙盒,查看信息",
6   "homepage": "https://github.com/Ossey/FileBrowser",
7   "license": "MIT",
8   "authors": {
9     "Ossey": "xiaoyuan1314@me.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Ossey/FileBrowser.git",
16     "tag": "0.1.3"
17   },
18   "source_files": [
19     "FileBrowser",
20     "OSFileBrowser/*.{h,m}"
21   ],
22   "resources": "OSFileBrowser/OSFileBrowser.bundle",
23   "requires_arc": true,
24   "frameworks": "UIKit",
25   "dependencies": {
26     "MBProgressHUD": [
27       "~> 1.0.0"
28     ],
29     "NODataPlaceholderView": [
30       "~> 1.0.2"
31     ],
32     "OSFileManager": [
33       "~> 0.0.2"
34     ]
35   }