diff --git a/HandyJSON.podspec b/HandyJSON.podspec index e041455..5011eae 100644 --- a/HandyJSON.podspec +++ b/HandyJSON.podspec @@ -18,5 +18,6 @@ Pod::Spec.new do |s| s.watchos.deployment_target = '2.0' s.tvos.deployment_target = '9.0' + s.swift_version = '5.0' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } end