Uh oh!
There was an error while loading. Please reload this page.
forked from marmelroy/FileBrowser
- Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathFileBrowser.podspec
More file actions
Latest commit
31 lines (25 loc) · 1.05 KB
/
Copy pathFileBrowser.podspec
File metadata and controls
31 lines (25 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Be sure to run `pod lib lint FileBrowser.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name="FileBrowser"
s.version="1.3.2"
s.summary="Powerful iOS file browser in Swift."
s.description=<<-DESC
A Swift file browser for iOS. Supports QuickLook, search and 3D touch.
DESC
s.homepage="https://github.com/Nuglif/FileBrowser"
s.license='MIT'
s.author={"Roy Marmelstein"=>"marmelroy@gmail.com"}
s.source={:git=>"https://github.com/Nuglif/FileBrowser.git",:tag=>s.version.to_s,:submodules=>true}
s.ios.deployment_target='9.0'
s.requires_arc=true
s.source_files="Sources/**/*.{swift}"
s.resources="Sources/FileBrowser/Resources/*.*"
s.swift_version='5.0'
s.frameworks='QuickLook','WebKit'
end