{ | |
"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" | |
} | |
} |