[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / e / 9 / OSFileBrowser / 0.1.6 / OSFileBrowser.podspec.json
blob7db4232adb8c8cb953e5ec5fbdc9695eab31a67d
2   "name": "OSFileBrowser",
3   "version": "0.1.6",
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.6"
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   }