Skip to content

Commit

Permalink
Podspec and V2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdvs committed Jul 8, 2014
1 parent 2ce0dcf commit 2a303c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.2'
s.license = { :type => 'Custom', :file => 'README.markdown' }
s.version = '2.6'
s.license = { :type => 'MIT', :file => 'LICENSE' }
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.2' }
:tag => 'v2.6' }

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 2a303c6

Please sign in to comment.