Skip to content

Commit dcd0339

Browse files
committed
Reducing minimum deployment target to 11.2
1 parent 49368ed commit dcd0339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangelogKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ChangelogKit'
11-
s.version = '0.1.7'
11+
s.version = '0.1.8'
1212
s.summary = 'A library that offers tools to display a changelog using webviews and user defaults.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
2828
s.source = { :git => 'https://github.com/davidseek/ChangelogKit.git', :tag => s.version.to_s }
2929
s.social_media_url = 'https://twitter.com/DavidSeek'
3030

31-
s.ios.deployment_target = '12.0'
31+
s.ios.deployment_target = '11.2'
3232

3333
s.source_files = 'ChangelogKit/Classes/**/*'
3434

0 commit comments

Comments
 (0)