blob: 8d9adf63deece0bf0b8c742d375884fdbb259249 [file] [log] [blame]
{
"name": "BezierKit",
"version": "0.1.5",
"summary": "comprehensive Swift Bezier curve library based on the popular Bezier.js JavaScript library",
"homepage": "https://github.com/hfutrell/BezierKit",
"license": "MIT",
"authors": {
"Holmes Futrell": "holmesfutrell@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": "AppKit"
},
"source": {
"git": "https://github.com/hfutrell/BezierKit.git",
"tag": "v0.1.5"
},
"source_files": "BezierKit/Library"
}