[Swift] Bump minimum supported version of swift to 5.10 (#8758)

This commit is contained in:
mustiikhalil
2025-11-15 00:07:49 +01:00
committed by GitHub
parent fa87eccd1a
commit 7150dfb5c4
10 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.14'
s.swift_version = '5.0'
s.swift_version = '5.10'
s.source_files = 'swift/Sources/Flatbuffers/*.swift'
s.pod_target_xcconfig = {
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'