blob: a93dd97f047a14e154b69e21757c70f4eb26064f [file] [log] [blame]
{
"name": "SmoothBezier",
"version": "1.0.0",
"summary": "A category of UIBezierPath which can help you create smooth bezier path.",
"homepage": "https://github.com/Zeacone/SmoothBezier",
"license": "MPL",
"authors": {
"Zeacone": "andreboot42@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Zeacone/SmoothBezier.git",
"tag": "1.0.0"
},
"source_files": "SmoothBezier/**/*.{h,m}",
"requires_arc": true
}