WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b9dd90b

Browse files
authored
Merge pull request #18 from Cosmo/hotfix/iOS8-pod-support
Added iOS 8.0 deployment target
2 parents df71af2 + ab190b8 commit b9dd90b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TinyConsole.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 = 'TinyConsole'
3-
s.version = '1.3.1'
3+
s.version = '1.3.2'
44
s.summary = 'A tiny log console to display information while using your iOS app. Written in Swift 3.'
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Shows a console view on the lower bottom of your screen to display debug informa
1414
s.source = { :git => 'https://github.com/Cosmo/TinyConsole.git', :tag => s.version.to_s }
1515
s.social_media_url = 'https://twitter.com/maccosmo'
1616

17-
s.ios.deployment_target = '9.0'
17+
s.ios.deployment_target = '8.0'
1818

1919
s.source_files = 'TinyConsole/**/*'
2020
end

0 commit comments

Comments
 (0)