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.
2 parents df71af2 + ab190b8 commit b9dd90bCopy full SHA for b9dd90b
TinyConsole.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'TinyConsole'
3
- s.version = '1.3.1'
+ s.version = '1.3.2'
4
s.summary = 'A tiny log console to display information while using your iOS app. Written in Swift 3.'
5
6
s.description = <<-DESC
@@ -14,7 +14,7 @@ Shows a console view on the lower bottom of your screen to display debug informa
14
s.source = { :git => 'https://github.com/Cosmo/TinyConsole.git', :tag => s.version.to_s }
15
s.social_media_url = 'https://twitter.com/maccosmo'
16
17
- s.ios.deployment_target = '9.0'
+ s.ios.deployment_target = '8.0'
18
19
s.source_files = 'TinyConsole/**/*'
20
end
0 commit comments