Skip to content

Commit

Permalink
Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Apr 24, 2016
1 parent d191364 commit 3e6ff01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextAttributes.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "TextAttributes"
s.version = "0.2.2"
s.version = "0.2.3"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/TextAttributes"
s.author = { "Damien" => "[email protected]" }
s.summary = "An easier way to compose attributed strings"
s.source = { :git => "https://github.com/delba/TextAttributes.git", :tag => "v0.2.2" }
s.source = { :git => "https://github.com/delba/TextAttributes.git", :tag => "v0.2.3" }

s.ios.deployment_target = "8.0"
s.tvOS.deployment_target = "9.0"
Expand Down

0 comments on commit 3e6ff01

Please sign in to comment.