blob: b7e840b4b8cf8ba90f05bd8b862350399a368c09 [file] [log] [blame]
{
"name": "SwiftDraw",
"version": "0.6.0",
"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.6.0"
},
"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"
}