forked from nvzqz/FileKit
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDschee-FileKit.podspec
More file actions
16 lines (16 loc) · 837 Bytes
/
Dschee-FileKit.podspec
File metadata and controls
16 lines (16 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "Dschee-FileKit"
s.module_name = "FileKit"
s.version = "2.1.1"
s.summary = "Simple and expressive file management in Swift."
s.homepage = "https://github.com/Dschee/FileKit.git"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = "Nikolai Vazquez"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.osx.exclude_files = "Sources/FileProtection.swift"
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.source = { :git => "https://github.com/Dschee/FileKit.git", :tag => "v#{s.version}" }
s.source_files = "Sources/*.swift"
end