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 @@ -69,7 +69,7 @@ extension SwiftDraw.CommandLine {
69
69
static func printHelp( ) {
70
70
print ( " " )
71
71
print ( """
72
- swiftdraw, version 0.24 .0
72
+ swiftdraw, version 0.25 .0
73
73
copyright (c) 2025 Simon Whitty
74
74
75
75
usage: 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 1
1
{
2
2
"name" : " SwiftDraw" ,
3
- "version" : " 0.24 .0" ,
3
+ "version" : " 0.25 .0" ,
4
4
"summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
5
5
"homepage" : " https://github.com/swhitty/SwiftDraw" ,
6
6
"authors" : " Simon Whitty" ,
10
10
},
11
11
"source" : {
12
12
"git" : " https://github.com/swhitty/SwiftDraw.git" ,
13
- "tag" : " 0.24 .0"
13
+ "tag" : " 0.25 .0"
14
14
},
15
15
"platforms" : {
16
16
"ios" : " 13.0" ,
45
45
"OTHER_SWIFT_FLAGS" : " -package-name SwiftDraw"
46
46
},
47
47
"dependencies" : {
48
- "SwiftDrawDOM" : " ~> 0.24 .0"
48
+ "SwiftDrawDOM" : " ~> 0.25 .0"
49
49
}
50
50
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SwiftDrawDOM" ,
3
- "version" : " 0.24 .0" ,
3
+ "version" : " 0.25 .0" ,
4
4
"summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
5
5
"homepage" : " https://github.com/swhitty/SwiftDraw" ,
6
6
"authors" : " Simon Whitty" ,
10
10
},
11
11
"source" : {
12
12
"git" : " https://github.com/swhitty/SwiftDraw.git" ,
13
- "tag" : " 0.24 .0"
13
+ "tag" : " 0.25 .0"
14
14
},
15
15
"platforms" : {
16
16
"ios" : " 13.0" ,
You can’t perform that action at this time.
0 commit comments