Skip to content

Commit cbeabd3

Browse files
committed
[Add] ESPFileManager (0.0.4)
1 parent cf777b5 commit cbeabd3

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Pod::Spec.new do |s|
2+
3+
# 1
4+
s.platforms = { :ios => "11.0", :osx => "10.14", :watchos => "5.0", :tvos => "10.0" }
5+
s.name = "ESPFileManager"
6+
s.summary = "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage."
7+
s.requires_arc = true
8+
9+
# 2
10+
s.version = "0.0.4"
11+
12+
# 3
13+
s.license = { :type => "MIT", :file => "LICENSE" }
14+
15+
# 4 - Replace with your name and e-mail address
16+
s.author = { "Dmitriy Toropkin" => "toropkind@gmail.com" }
17+
18+
# 5 - Replace this URL with your own Github page's URL (from the address bar)
19+
s.homepage = "https://github.com/ESKARIA/ESFileManager.git"
20+
21+
# 6 - Replace this URL with your own Git URL from "Quick Setup"
22+
s.source = { :git => "https://github.com/ESKARIA/ESFileManager.git", :tag => "#{s.version}"}
23+
24+
# 7
25+
s.framework = "Foundation"
26+
27+
# 8
28+
s.source_files = "ESFileManager/**/*.{swift}"
29+
s.exclude_files = 'ESFileManager/ESFileManagerExample_iOS/', 'ESFileManagerExample_iOS/', 'ESFileManager/ESFileManagerTests', 'ESFileManagerTests'
30+
31+
end

0 commit comments

Comments
 (0)