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