Skip to content

Commit 7882f5b

Browse files
committed
SwiftDrawDOM
1 parent 2cf7e1e commit 7882f5b

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

SwiftDraw.podspec.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -40,5 +40,8 @@
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
}

SwiftDrawDOM.podspec.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

0 commit comments

Comments
 (0)