Skip to content

Commit 765371c

Browse files
committed
Adding podspec
1 parent a90deae commit 765371c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

SwiftDraw.podspec.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "SwiftDraw",
3+
"version": "0.3.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",
7+
"license": {
8+
"type": "zlib",
9+
"file": "LICENSE.txt"
10+
},
11+
"source": {
12+
"git": "https://github.com/swhitty/SwiftDraw.git",
13+
"tag": "0.3.1"
14+
},
15+
"platforms": {
16+
"ios": "10.0",
17+
"osx": "10.11"
18+
},
19+
"source_files": "SwiftDraw/*.swift",
20+
"ios": {
21+
"exclude_files": "SwiftDraw/NSImage+Image.swift",
22+
"frameworks": ["UIKit", "Foundation"]
23+
},
24+
"osx": {
25+
"exclude_files": "SwiftDraw/UIImage+Image.swift",
26+
"frameworks": ["AppKit", "Foundation"]
27+
},
28+
"swift_version": "4.2"
29+
}

0 commit comments

Comments
 (0)