Skip to content

Commit

Permalink
Update TDBadgedCell.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Davies committed Mar 31, 2014
1 parent ad842fd commit c6481d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TDBadgedCell.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'TDBadgedCell'
s.version = '2.5.1'
s.version = '2.5.2'
s.license = { :type => 'Custom', :file => 'README.markdown' }
s.summary = 'UITableViewCell subclass that adds a "badgeString" property ' \
'to table view cells.'
s.homepage = 'https://github.com/tmdvs/TDBadgedCell'
s.author = { 'Tim Davies' => 'hi@tmdvs.me' }

s.source = { :git => 'https://github.com/tmdvs/TDBadgedCell.git',
:tag => 'v2.5.1' }
:tag => 'v2.5.2' }

s.description = 'TDBadgedCell grew out of the need for TableViewCell ' \
'badges and the lack of them in iOS. TDBadgedCell was ' \
Expand Down

0 comments on commit c6481d9

Please sign in to comment.