Updated to version 0.24.1, Pods Swift version to 4.1

This commit is contained in:
Amir Abbas
2018-05-04 00:25:27 +04:30
parent f22af8d002
commit e4fc6b24c0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#
s.name = "FilesProvider"
s.version = "0.24.0"
s.version = "0.25.0"
s.summary = "FileManager replacement for Local and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS and macOS."
# This description is used to generate tags and improve search results.
@@ -65,7 +65,7 @@ Pod::Spec.new do |s|
# the deployment target. You can optionally include the target after the platform.
#
s.swift_version = "4.0"
s.swift_version = "4.1"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
# s.watchos.deployment_target = "2.0"