fluidsonic/JetPack

pod update always resets Swift Language Version to 4.0

Closed this issue · 1 comments

Running pod update or pod install always resets the Swift Language Version.

Might be related to this:

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

Shouldn't that be 4.2?

Thanks, fixed in a13157e