[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 3 / FileBrowser / 0.1.2 / FileBrowser.podspec.json
blobf8c78ad4a842e2dca31dd7a6a6602aabe28858cd
2   "name": "FileBrowser",
3   "version": "0.1.2",
4   "summary": "Powerful iOS file browser in Swift.",
5   "description": "A Swift file browser for iOS. Supports QuickLook, search and 3D touch.",
6   "homepage": "https://github.com/marmelroy/FileBrowser",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/FileBrowser.git",
13     "tag": "0.1.2",
14     "submodules": true
15   },
16   "social_media_url": "http://twitter.com/marmelroy",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "FileBrowser",
22   "resources": "FileBrowser/Resources/*.*",
23   "frameworks": [
24     "QuickLook",
25     "WebKit"
26   ]