Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Mar 15, 2016
1 parent a73e94f commit 2ec0eb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2"
s.version = "0.2.1"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/Log"
s.author = { "Damien" => "damien@delba.io" }
s.summary = "The better way to ask for permission"
s.source = { :git => "https://github.com/delba/Log.git", :tag => "v0.2" }
s.summary = "An extensible logging framework for Swift"
s.source = { :git => "https://github.com/delba/Log.git", :tag => "v0.2.1" }

s.ios.deployment_target = "8.0"

Expand Down

0 comments on commit 2ec0eb0

Please sign in to comment.