Skip to content

Commit a57864e

Browse files
committed
Fixes podfile.
1 parent 26f7127 commit a57864e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Podfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ target 'Example' do
1010
pod 'RxSwift', '~> 2.4'
1111
pod 'RxCocoa', '~> 2.4'
1212
end
13+
14+
post_install do |installer|
15+
installer.pods_project.targets.each do |target|
16+
target.build_configurations.each do |config|
17+
config.build_settings['SWIFT_VERSION'] = '2.3'
18+
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
19+
end
20+
end
21+
end
22+

0 commit comments

Comments
 (0)