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 49368ed commit dcd0339Copy full SHA for dcd0339
ChangelogKit.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'ChangelogKit'
11
- s.version = '0.1.7'
+ s.version = '0.1.8'
12
s.summary = 'A library that offers tools to display a changelog using webviews and user defaults.'
13
14
# This description is used to generate tags and improve search results.
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28
s.source = { :git => 'https://github.com/davidseek/ChangelogKit.git', :tag => s.version.to_s }
29
s.social_media_url = 'https://twitter.com/DavidSeek'
30
31
- s.ios.deployment_target = '12.0'
+ s.ios.deployment_target = '11.2'
32
33
s.source_files = 'ChangelogKit/Classes/**/*'
34
0 commit comments