[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 4 / a / SwiftFileBrowser / 1.0.1 / SwiftFileBrowser.podspec.json
bloba324e77682307c3d028c9c33b854439c85f1af45
2   "name": "SwiftFileBrowser",
3   "version": "1.0.1",
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/algonrey/FileBrowser",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/algonrey/FileBrowser.git",
13     "tag": "1.0.1",
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   ]