blob: ba15f1386b74503e29f1bb10eb35c8369ed7eaa8 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.1.18",
"summary": "comprehensive Bezier curve 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.1.18"
},
"source_files": "BezierKit/Library"
}