File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " SwiftDraw" ,
3- "version" : " 0.21 .0" ,
3+ "version" : " 0.22 .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" ,
4040 "exclude_files" : " SwiftDraw/NSImage+Image.swift" ,
4141 "frameworks" : [" UIKit" , " Foundation" ]
4242 },
43- "swift_version" : " 5.0"
43+ "swift_version" : " 5.9" ,
44+ "dependencies" : {
45+ "SwiftDrawDOM" : " ~> 0.22.0"
46+ },
4447}
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " SwiftDrawDOM" ,
3+ "version" : " 0.22.0" ,
4+ "summary" : " A Swift library that adds support for SVG files to UIImage and NSImage." ,
5+ "homepage" : " https://github.com/swhitty/SwiftDraw" ,
6+ "authors" : " Simon Whitty" ,
7+ "license" : {
8+ "type" : " zlib" ,
9+ "file" : " LICENSE.txt"
10+ },
11+ "source" : {
12+ "git" : " https://github.com/swhitty/SwiftDraw.git" ,
13+ "tag" : " 0.22.0"
14+ },
15+ "platforms" : {
16+ "ios" : " 13.0" ,
17+ "osx" : " 10.15" ,
18+ "tvos" : " 13.0" ,
19+ "watchos" : " 6.0" ,
20+ "visionos" : " 1.0"
21+ },
22+ "source_files" : " SwiftDraw/DOM/Sources/*.swift" ,
23+ "swift_version" : " 5.9"
24+ }
You can’t perform that action at this time.
0 commit comments