blob: eb1155440aeae2ef7665697f9e910b4c07b2a09c [file] [log] [blame]
{
"name": "LxThroughPointsBezier",
"version": "1.0.0",
"license": "Apache",
"summary": "Draw a smooth bezier through several points you designated. The curveā€˜s bend level is adjustable.",
"homepage": "https://github.com/DeveloperLx/LxThroughPointsBezier",
"authors": {
"DeveloperLx": "developerlx@yeah.net"
},
"source": {
"git": "https://github.com/DeveloperLx/LxThroughPointsBezier.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "LxThroughPointsBezier/*.h",
"source_files": "LxThroughPointsBezier/*",
"frameworks": [
"Foundation",
"CoreGraphics"
]
}