Skip to content

Commit

Permalink
Add swift_version to podspec (#75)
Browse files Browse the repository at this point in the history
Specifies the swift version that CP will set to the pod target regardless of the swift version the app target uses.
  • Loading branch information
hcanzonetta authored and nlutsenko committed Aug 29, 2018
1 parent e781118 commit 8208d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bolts-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/BoltsFramework/Bolts-Swift.git', :tag => s.version.to_s }

s.requires_arc = true

s.swift_version = '4.0'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 8208d46

Please sign in to comment.