post_install do |installer|

    installer.pods_project.targets.each do |target|

        target.build_configurations.each do |config|

            config.build_settings['SWIFT_VERSION'] = '3.2'

        end

    end

end

'링크모음 > Swift' 카테고리의 다른 글

swift4 tour  (0) 2017.10.22
노티피케이션 사용법  (0) 2017.10.20
swift 에서 self 값 체크  (0) 2017.10.18
Contributing to Swift  (0) 2017.08.30
Object C -> Swift 로 변환해주는 온라인 사이트!!  (0) 2017.08.24

+ Recent posts