diff --git a/TDBadgedCell.podspec b/TDBadgedCell.podspec index 1eb419f..ef5f3a8 100644 --- a/TDBadgedCell.podspec +++ b/TDBadgedCell.podspec @@ -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 ' \