Skip to content

Commit

Permalink
Fixes podfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Jul 4, 2016
1 parent 26f7127 commit a57864e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ target 'Example' do
pod 'RxSwift', '~> 2.4'
pod 'RxCocoa', '~> 2.4'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '2.3'
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
end
end
end

0 comments on commit a57864e

Please sign in to comment.