-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tim Davies
committed
Oct 2, 2013
1 parent
5626ce9
commit 4058a2f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | ||
|
||
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 ' \ | ||
|