mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-06-16 10:34:34 +00:00
Update for 0.50.2 release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SwiftFormat",
|
||||
"version": "0.50.1",
|
||||
"version": "0.50.2",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"file": "LICENSE.md"
|
||||
@@ -10,7 +10,7 @@
|
||||
"authors": "Nick Lockwood",
|
||||
"source": {
|
||||
"git": "https://github.com/nicklockwood/SwiftFormat.git",
|
||||
"tag": "0.50.1"
|
||||
"tag": "0.50.2"
|
||||
},
|
||||
"default_subspecs": "Core",
|
||||
"subspecs": [
|
||||
@@ -22,8 +22,8 @@
|
||||
"name": "CLI",
|
||||
"preserve_paths": "CommandLineTool/swiftformat",
|
||||
"platforms": {
|
||||
"ios": "9.0",
|
||||
"tvos": "9.0",
|
||||
"ios": "11.0",
|
||||
"tvos": "11.0",
|
||||
"osx": "10.14"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user