File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ extension SwiftDraw.CommandLine {
9494 static func printHelp( ) {
9595 print ( " " )
9696 print ( """
97- swiftdraw, version 0.9.6
97+ swiftdraw, version 0.10.0
9898copyright (c) 2022 Simon Whitty
9999
100100usage: swiftdraw <file.svg> [--format png | pdf | jpeg | swift] [--size wxh] [--scale 1x | 2x | 3x]
Original file line number Diff line number Diff line change 11{
22 "name" : " SwiftDraw" ,
3- "version" : " 0.9.6 " ,
3+ "version" : " 0.10.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.9.6 "
13+ "tag" : " 0.10.0 "
1414 },
1515 "platforms" : {
1616 "ios" : " 10.0" ,
1717 "osx" : " 10.12"
1818 },
19- "source_files" : " SwiftDraw/*.swift" ,
19+ "source_files" : " SwiftDraw/**/* .swift" ,
2020 "ios" : {
2121 "exclude_files" : " SwiftDraw/NSImage+Image.swift" ,
2222 "frameworks" : [" UIKit" , " Foundation" ]
You can’t perform that action at this time.
0 commit comments