File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ extension SwiftDraw.CommandLine {
6868 static func printHelp( ) {
6969 print ( " " )
7070 print ( """
71- swiftdraw, version 0.22 .0
71+ swiftdraw, version 0.23 .0
7272copyright (c) 2025 Simon Whitty
7373
7474usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift | sfsymbol] [--size wxh] [--scale 1x | 2x | 3x]
Original file line number Diff line number Diff line change 11{
22 "name" : " SwiftDraw" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
55 "homepage" : " https://github.com/swhitty/SwiftDraw" ,
66 "authors" : " Simon Whitty" ,
1010 },
1111 "source" : {
1212 "git" : " https://github.com/swhitty/SwiftDraw.git" ,
13- "tag" : " 0.22 .0"
13+ "tag" : " 0.23 .0"
1414 },
1515 "platforms" : {
1616 "ios" : " 13.0" ,
4545 "OTHER_SWIFT_FLAGS" : " -package-name SwiftDraw"
4646 },
4747 "dependencies" : {
48- "SwiftDrawDOM" : " ~> 0.22 .0"
48+ "SwiftDrawDOM" : " ~> 0.23 .0"
4949 }
5050}
Original file line number Diff line number Diff line change 11{
22 "name" : " SwiftDrawDOM" ,
3- "version" : " 0.22 .0" ,
3+ "version" : " 0.23 .0" ,
44 "summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
55 "homepage" : " https://github.com/swhitty/SwiftDraw" ,
66 "authors" : " Simon Whitty" ,
1010 },
1111 "source" : {
1212 "git" : " https://github.com/swhitty/SwiftDraw.git" ,
13- "tag" : " 0.22 .0"
13+ "tag" : " 0.23 .0"
1414 },
1515 "platforms" : {
1616 "ios" : " 13.0" ,
You can’t perform that action at this time.
0 commit comments