Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdonnelly committed Jan 16, 2014
1 parent 0d49f7f commit 9f164ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MDHTMLLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'MDHTMLLabel'
s.version = '0.0.6'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'A lightweight, easy to use replacement for UILabel which allows you to fully customize the appearence of text using HTML.'
s.homepage = 'https://github.com/mattdonnelly/MDHTMLLabel'
s.authors = { 'Matt Donnelly' => 'mattdonnelly@me.com' }
s.source = { :git => 'https://github.com/mattdonnelly/MDHTMLLabel.git', :tag => "0.0.6" }
s.source = { :git => 'https://github.com/mattdonnelly/MDHTMLLabel.git', :tag => "1.0" }
s.requires_arc = true

s.ios.deployment_target = '6.0'
Expand Down

0 comments on commit 9f164ed

Please sign in to comment.