blob: 87e94797cea89d3833315ddb03b9afb1eb13ff02 [file] [log] [blame]
{
"name": "SwiftDraw",
"version": "0.7.1",
"summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
"homepage": "https://github.com/swhitty/SwiftDraw",
"authors": "Simon Whitty",
"license": {
"type": "zlib",
"file": "LICENSE.txt"
},
"source": {
"git": "https://github.com/swhitty/SwiftDraw.git",
"tag": "0.7.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": "SwiftDraw/*.swift",
"ios": {
"exclude_files": "SwiftDraw/NSImage+Image.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
"osx": {
"exclude_files": "SwiftDraw/UIImage+Image.swift",
"frameworks": [
"AppKit",
"Foundation"
]
},
"swift_version": "5.0"
}