Skip to content

Commit

Permalink
refs #45 Update version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Dec 31, 2017
1 parent 09c5fe9 commit 5797d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InsetLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'InsetLabel'
s.version = '2.0.1'
s.version = '2.0.2'
s.author = 'GyazSquare'
s.license = { :type => 'MIT' }
s.homepage = 'https://github.com/GyazSquare/InsetLabel'
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v2.0.1' }
s.source = { :git => 'https://github.com/GyazSquare/InsetLabel.git', :tag => 'v2.0.2' }
s.summary = 'A UILabel subclass supporting content insets written in Swift.'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 5797d31

Please sign in to comment.