Skip to content

Commit

Permalink
Bump Podspec to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Sep 7, 2019
1 parent 8c956bc commit 0e0c6ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Files.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Files"
s.version = "2.0.1"
s.version = "4.0.0"
s.summary = "A nicer way to handle files & folders in Swift"
s.description = <<-DESC
Files is a compact library that provides a nicer way to handle files and folders in Swift. It’s primarily aimed at Swift scripting and tooling, but can also be embedded in applications that need to access the file system. It's essentially a thin wrapper around the FileManager APIs that Foundation provides.
Expand All @@ -9,9 +9,9 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "John Sundell" => "[email protected]" }
s.social_media_url = "https://twitter.com/johnsundell"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
s.tvos.deployment_target = "9.0"
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.12"
s.tvos.deployment_target = "11.0"
s.source = { :git => "https://github.com/johnsundell/files.git", :tag => s.version.to_s }
s.source_files = "Sources/**/*"
s.frameworks = "Foundation"
Expand Down

0 comments on commit 0e0c6ac

Please sign in to comment.