We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50cf32 commit c8342a0Copy full SHA for c8342a0
SwiftDraw.podspec.json
@@ -1,6 +1,6 @@
1
{
2
"name": "SwiftDraw",
3
- "version": "0.16.0",
+ "version": "0.16.1",
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",
@@ -10,11 +10,11 @@
10
},
11
"source": {
12
"git": "https://github.com/swhitty/SwiftDraw.git",
13
- "tag": "0.16.0"
+ "tag": "0.16.1"
14
15
"platforms": {
16
- "ios": "10.0",
17
- "osx": "10.12"
+ "ios": "12.0",
+ "osx": "10.14"
18
19
"source_files": "SwiftDraw/**/*.swift",
20
"ios": {
0 commit comments