Fix Cocoapods build error

This commit is contained in:
Cal Stephens
2025-09-30 08:18:38 -07:00
parent 0fa1f65333
commit 34f16aaed2
+2 -1
View File
@@ -33,8 +33,9 @@
"tvos": "11.0",
"osx": "10.14"
},
"_comment": "Omit Swift 6 versions to prevent Cocoapods from using -swift-version 6",
"swift_versions": [
"5.7", "5.8", "5.9", "5.10", "6.0", "6.1", "6.2"
"5.7", "5.8", "5.9", "5.10"
],
"requires_arc": true
}