Skip to content

Commit

Permalink
Update to Swift 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Sep 18, 2016
1 parent 25aeca4 commit 7dcb773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Log.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Log"
s.version = "0.5"
s.version = "1.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 => "v0.5" }
s.source = { :git => "https://github.com/delba/Log.git", :tag => "v1.0" }

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

0 comments on commit 7dcb773

Please sign in to comment.