Skip to content

Commit

Permalink
Merge pull request #18 from Cosmo/hotfix/iOS8-pod-support
Browse files Browse the repository at this point in the history
Added iOS 8.0 deployment target
  • Loading branch information
Cosmo committed Dec 13, 2016
2 parents df71af2 + ab190b8 commit b9dd90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinyConsole.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit b9dd90b

Please sign in to comment.