blob: 481a78fe747b24bf604a151af17226ada1d92c73 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.5.10",
"summary": "comprehensive Bezier Path library written in Swift",
"homepage": "https://github.com/hfutrell/BezierKit",
"license": "MIT",
"authors": {
"Holmes Futrell": "holmesfutrell@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": "AppKit"
},
"source": {
"git": "https://github.com/hfutrell/BezierKit.git",
"tag": "v0.5.10"
},
"source_files": "BezierKit/Library"
}