From d82368cc4b6c04e34ef37f01b936bd40cfcd44d9 Mon Sep 17 00:00:00 2001 From: Marius Landwehr Date: Mon, 12 Dec 2016 21:21:39 +0100 Subject: [PATCH 1/2] Added iOS 8.0 deployment target --- TinyConsole.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyConsole.podspec b/TinyConsole.podspec index a97b42d..90f156d 100644 --- a/TinyConsole.podspec +++ b/TinyConsole.podspec @@ -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 From ab190b819c1f8b21f7a0cf21981130584ce6c2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devran=20=C3=9Cnal?= Date: Tue, 13 Dec 2016 08:24:00 +0100 Subject: [PATCH 2/2] Bump version --- TinyConsole.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyConsole.podspec b/TinyConsole.podspec index 90f156d..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