Skip to content

Commit

Permalink
Remove deprecated .swift-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Nov 8, 2019
1 parent e77fb3d commit 1d31e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

5 changes: 3 additions & 2 deletions Log.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Pod::Spec.new do |s|
s.name = "Log"
s.version = "1.0"
s.version = "2.0"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/Log"
s.author = { "Damien" => "damien@delba.io" }
s.summary = "An extensible logging framework for Swift"
s.source = { :git => "https://github.com/delba/Log.git", :tag => "v1.0" }
s.source = { :git => "https://github.com/delba/Log.git", :tag => s.version }
s.swift_version = '5.0'

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
Expand Down

0 comments on commit 1d31e40

Please sign in to comment.