blob: 77bf4dbf0b45a2459e72a3c6d7f9a64c5c17aaad [file] [log] [blame]
{
"name": "ShapeReducer",
"version": "1.0.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Path optimization using the Douglas-Peucker Line Approximation Algorithm.",
"homepage": "https://github.com/tomislav/ShapeReducer-objc",
"authors": {
"Tomislav Filipcic": "tomislav@vault42.org"
},
"source": {
"git": "https://github.com/tomislav/ShapeReducer-objc.git",
"tag": "1.0.0"
},
"requires_arc": false,
"source_files": "ShapeReducer/*.{h,m}",
"platforms": {
"ios": "4.0"
}
}