From bba4cc32f29e50e58be43fb375c609e3a83d7380 Mon Sep 17 00:00:00 2001 From: Joe Szymanski Date: Thu, 18 Jan 2018 10:53:45 -0500 Subject: [PATCH] Enforce Swift 4 usage in the podspec. This will still work if the other apps are building with Swift 3.2, since those versions can co-exist between projects. --- TLPhotoPicker.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/TLPhotoPicker.podspec b/TLPhotoPicker.podspec index 58ed8044..090894e6 100644 --- a/TLPhotoPicker.podspec +++ b/TLPhotoPicker.podspec @@ -29,6 +29,7 @@ TODO: Add long description of the pod here. # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '9.1' + s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' } s.source_files = 'TLPhotoPicker/Classes/**/*'