We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9160f6d commit 79f8b82Copy full SHA for 79f8b82
TDBadgedCell.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'TDBadgedCell'
3
- s.version = '4.2'
+ s.version = '5.0'
4
s.license = { :type => 'MIT', :file => 'LICENSE' }
5
s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.'
6
s.description = <<-DESC
@@ -11,7 +11,7 @@ DESC
11
s.author = { 'Tim Davies' => 'hi@tmdvs.me' }
12
s.social_media_url = 'https://twitter.com/tmdvs'
13
s.source = { :git => 'https://github.com/tmdvs/TDBadgedCell.git', :tag => 'v' + s.version.to_s }
14
- s.ios.deployment_target = '8.0'
+ s.ios.deployment_target = '9.2'
15
s.source_files = 'TDBadgedCell/TDBadgedCell.swift'
16
s.frameworks = ['QuartzCore']
17
end
0 commit comments