[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 2 / 9 / 1 / ShapeReducer / 1.0.0 / ShapeReducer.podspec.json
blob77bf4dbf0b45a2459e72a3c6d7f9a64c5c17aaad
2   "name": "ShapeReducer",
3   "version": "1.0.0",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "Path optimization using the Douglas-Peucker Line Approximation Algorithm.",
9   "homepage": "https://github.com/tomislav/ShapeReducer-objc",
10   "authors": {
11     "Tomislav Filipcic": "tomislav@vault42.org"
12   },
13   "source": {
14     "git": "https://github.com/tomislav/ShapeReducer-objc.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": false,
18   "source_files": "ShapeReducer/*.{h,m}",
19   "platforms": {
20     "ios": "4.0"
21   }