Skip to content

Commit c8342a0

Browse files
committed
podspec 0.16.1
1 parent d50cf32 commit c8342a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SwiftDraw.podspec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SwiftDraw",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
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",
@@ -10,11 +10,11 @@
1010
},
1111
"source": {
1212
"git": "https://github.com/swhitty/SwiftDraw.git",
13-
"tag": "0.16.0"
13+
"tag": "0.16.1"
1414
},
1515
"platforms": {
16-
"ios": "10.0",
17-
"osx": "10.12"
16+
"ios": "12.0",
17+
"osx": "10.14"
1818
},
1919
"source_files": "SwiftDraw/**/*.swift",
2020
"ios": {

0 commit comments

Comments
 (0)