1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00

Merge pull request #519 from DmitryPR/update-swift

Add swift version to podspec
This commit is contained in:
Yuri Strot 2019-01-25 16:35:38 +07:00 committed by GitHub
commit 301d8eb509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.12"
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.swift_version = "4.2"
s.source_files = [
'Source/**/*.swift'