From a6be5c0e359221bcfd2520b714b44639cb3fb33e Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Mon, 18 May 2020 20:10:31 +0300 Subject: [PATCH 1/2] master -> develop --- ESFileManager/0.0.3/ESFileManager.podspec | 31 --------------------- ESPFileManager/0.0.4/ESPFileManager.podspec | 31 --------------------- ESPFileManager/0.0.5/ESPFileManager.podspec | 31 --------------------- 3 files changed, 93 deletions(-) delete mode 100644 ESFileManager/0.0.3/ESFileManager.podspec delete mode 100644 ESPFileManager/0.0.4/ESPFileManager.podspec delete mode 100644 ESPFileManager/0.0.5/ESPFileManager.podspec diff --git a/ESFileManager/0.0.3/ESFileManager.podspec b/ESFileManager/0.0.3/ESFileManager.podspec deleted file mode 100644 index eb72f44..0000000 --- a/ESFileManager/0.0.3/ESFileManager.podspec +++ /dev/null @@ -1,31 +0,0 @@ -Pod::Spec.new do |s| - - # 1 - s.platforms = { :ios => "11.0", :osx => "10.14", :watchos => "5.0", :tvos => "10.0" } - s.name = "ESFileManager" - s.summary = "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage." - s.requires_arc = true - - # 2 - s.version = "0.0.3" - - # 3 - s.license = { :type => "MIT", :file => "LICENSE" } - - # 4 - Replace with your name and e-mail address - s.author = { "Dmitriy Toropkin" => "toropkind@gmail.com" } - - # 5 - Replace this URL with your own Github page's URL (from the address bar) - s.homepage = "https://github.com/ESKARIA/ESFileManager.git" - - # 6 - Replace this URL with your own Git URL from "Quick Setup" - s.source = { :git => "https://github.com/ESKARIA/ESFileManager.git", :tag => "#{s.version}"} - - # 7 - s.framework = "Foundation" - - # 8 - s.source_files = "ESFileManager/**/*.{swift}" - s.exclude_files = 'ESFileManager/ESFileManagerExample_iOS/', 'ESFileManagerExample_iOS/', 'ESFileManager/ESFileManagerTests', 'ESFileManagerTests' - -end diff --git a/ESPFileManager/0.0.4/ESPFileManager.podspec b/ESPFileManager/0.0.4/ESPFileManager.podspec deleted file mode 100644 index 5d333e9..0000000 --- a/ESPFileManager/0.0.4/ESPFileManager.podspec +++ /dev/null @@ -1,31 +0,0 @@ -Pod::Spec.new do |s| - - # 1 - s.platforms = { :ios => "11.0", :osx => "10.14", :watchos => "5.0", :tvos => "10.0" } - s.name = "ESPFileManager" - s.summary = "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage." - s.requires_arc = true - - # 2 - s.version = "0.0.4" - - # 3 - s.license = { :type => "MIT", :file => "LICENSE" } - - # 4 - Replace with your name and e-mail address - s.author = { "Dmitriy Toropkin" => "toropkind@gmail.com" } - - # 5 - Replace this URL with your own Github page's URL (from the address bar) - s.homepage = "https://github.com/ESKARIA/ESFileManager.git" - - # 6 - Replace this URL with your own Git URL from "Quick Setup" - s.source = { :git => "https://github.com/ESKARIA/ESFileManager.git", :tag => "#{s.version}"} - - # 7 - s.framework = "Foundation" - - # 8 - s.source_files = "ESFileManager/**/*.{swift}" - s.exclude_files = 'ESFileManager/ESFileManagerExample_iOS/', 'ESFileManagerExample_iOS/', 'ESFileManager/ESFileManagerTests', 'ESFileManagerTests' - -end diff --git a/ESPFileManager/0.0.5/ESPFileManager.podspec b/ESPFileManager/0.0.5/ESPFileManager.podspec deleted file mode 100644 index f4b5013..0000000 --- a/ESPFileManager/0.0.5/ESPFileManager.podspec +++ /dev/null @@ -1,31 +0,0 @@ -Pod::Spec.new do |s| - - # 1 - s.platforms = { :ios => "11.0", :osx => "10.14", :watchos => "5.0", :tvos => "10.0" } - s.name = "ESPFileManager" - s.summary = "ESFileManager swift 5.1 framework for advanced write and read file from your local iOS storage." - s.requires_arc = true - - # 2 - s.version = "0.0.5" - - # 3 - s.license = { :type => "MIT", :file => "LICENSE" } - - # 4 - Replace with your name and e-mail address - s.author = { "Dmitriy Toropkin" => "toropkind@gmail.com" } - - # 5 - Replace this URL with your own Github page's URL (from the address bar) - s.homepage = "https://github.com/ESKARIA/ESFileManager.git" - - # 6 - Replace this URL with your own Git URL from "Quick Setup" - s.source = { :git => "https://github.com/ESKARIA/ESFileManager.git", :tag => "#{s.version}"} - - # 7 - s.framework = "Foundation" - - # 8 - s.source_files = "ESFileManager/**/*.{swift}" - s.exclude_files = 'ESFileManager/ESFileManagerExample_iOS/', 'ESFileManagerExample_iOS/', 'ESFileManager/ESFileManagerTests', 'ESFileManagerTests' - -end From b21a440ebfcff87af5ec279562977b6da9e09279 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Thu, 21 May 2020 17:28:25 +0300 Subject: [PATCH 2/2] [fix] macos spm --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 84ba679..72400e7 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "ESFileManager", - platforms: [.iOS(.v11)], + platforms: [.iOS(.v11), .macOS(.v10_12)], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(