Skip to content

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Davies committed Oct 2, 2013
1 parent 5626ce9 commit 4058a2f
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.3.2'
s.version = '2.4.1'
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.4' }
:tag => 'v2.4.1' }

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 4058a2f

Please sign in to comment.