Skip to content

Commit

Permalink
Fix set Swift Version in Podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
hons82 committed Sep 13, 2016
1 parent d62bd95 commit ba73747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CocoaLumberjack.podspec
Expand Up @@ -50,6 +50,7 @@ Pod::Spec.new do |s|
ss.osx.deployment_target = '10.10'
ss.watchos.deployment_target = '2.0'
ss.tvos.deployment_target = '9.0'
ss.xcconfig = { 'SWIFT_VERSION' => '3.0' }
ss.source_files = 'Classes/CocoaLumberjack.swift'
ss.dependency 'CocoaLumberjack/Extensions'
end
Expand Down

0 comments on commit ba73747

Please sign in to comment.