Update for 0.50.0 release

This commit is contained in:
Nick Lockwood
2022-09-28 22:12:00 +01:00
parent b5c7c45792
commit 4347527a2f
7 changed files with 28 additions and 14 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "SwiftFormat",
"version": "0.49.18",
"version": "0.50.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
@@ -10,7 +10,7 @@
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/SwiftFormat.git",
"tag": "0.49.18"
"tag": "0.50.0"
},
"default_subspecs": "Core",
"subspecs": [
@@ -24,15 +24,15 @@
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.12"
"osx": "10.14"
}
}
],
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.12"
"osx": "10.14"
},
"swift_versions": ["4.2", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6"],
"swift_versions": ["5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7"],
"requires_arc": true
}