Commit c1a207e3 authored by licong's avatar licong

指定GMBase使用的swift版本

parent 751f2b78
...@@ -13,3 +13,16 @@ target 'GMBase_Example' do ...@@ -13,3 +13,16 @@ target 'GMBase_Example' do
end end
end end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
# 指定使用swift 2.3版本
config.build_settings['SWIFT_VERSION'] = '2.3'
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment