Update supported swift versions in podfile

This commit is contained in:
Nick Lockwood
2025-08-01 17:51:28 +01:00
committed by Cal Stephens
parent 3f15e2e793
commit d59418a504
+1 -1
View File
@@ -34,7 +34,7 @@
"osx": "10.14"
},
"swift_versions": [
"5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "5.10"
"5.7", "5.8", "5.9", "5.10", "6.0", "6.1", "6.2"
],
"requires_arc": true
}