diff --git a/TinyConsole.podspec b/TinyConsole.podspec index a97b42d..9dd9075 100644 --- a/TinyConsole.podspec +++ b/TinyConsole.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TinyConsole' - s.version = '1.3.1' + s.version = '1.3.2' s.summary = 'A tiny log console to display information while using your iOS app. Written in Swift 3.' s.description = <<-DESC @@ -14,7 +14,7 @@ Shows a console view on the lower bottom of your screen to display debug informa s.source = { :git => 'https://github.com/Cosmo/TinyConsole.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/maccosmo' - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '8.0' s.source_files = 'TinyConsole/**/*' end