File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments