[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / 3 / FileBrowser / 1.0.0 / FileBrowser.podspec.json
blob36186fb226c6fe68e3e9cf6abd6e009c9bc7536f
2   "name": "FileBrowser",
3   "version": "1.0.0",
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": "1.0.0",
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   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "frameworks": [
27     "QuickLook",
28     "WebKit"
29   ],
30   "pushed_with_swift_version": "4.0"