Skip to content

Commit 79f8b82

Browse files
committed
Update podspec
1 parent 9160f6d commit 79f8b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TDBadgedCell.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'TDBadgedCell'
3-
s.version = '4.2'
3+
s.version = '5.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'UITableViewCell subclass that adds a "badgeString" property to table view cells.'
66
s.description = <<-DESC
@@ -11,7 +11,7 @@ DESC
1111
s.author = { 'Tim Davies' => 'hi@tmdvs.me' }
1212
s.social_media_url = 'https://twitter.com/tmdvs'
1313
s.source = { :git => 'https://github.com/tmdvs/TDBadgedCell.git', :tag => 'v' + s.version.to_s }
14-
s.ios.deployment_target = '8.0'
14+
s.ios.deployment_target = '9.2'
1515
s.source_files = 'TDBadgedCell/TDBadgedCell.swift'
1616
s.frameworks = ['QuartzCore']
1717
end

0 commit comments

Comments
 (0)