mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
Fix Cocoapods build error
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user