Latest | 6.1.3a |
---|---|
Homepage | http://www.angusj.com/delphi/clipper.php |
License | Boost Software License |
Platforms | ios 5.0, osx 10.7 |
Authors |
Latest podspec
{ "name": "clipper", "version": "6.1.3a", "summary": "The Clipper library primarily performs the boolean clipping operations.", "description": "The Clipper library primarily performs the boolean clipping operations - intersection, union, difference & xor - on 2D polygons. It also performs polygon offsetting.nThe library handles complex (self-intersecting) polygons, polygons with holes and polygons with overlapping co-linear edges.nInput polygons for clipping can use EvenOdd, NonZero, Positive and Negative filling modes.nThe clipping code is based on the Vatti clipping algorithm, and out performs other clipping libraries.n", "homepage": "http://www.angusj.com/delphi/clipper.php", "license": { "type": "Boost Software License", "file": "License.txt" }, "authors": { "Angus Johnson": "[email protected]" }, "source": { "git": "https://github.com/mousebird/clipper.git", "tag": "v6.1.3a" }, "platforms": { "ios": "5.0", "osx": "10.7" }, "source_files": "cpp/*.{cpp,hpp}", "xcconfig": { "HEADER_SEARCH_PATHS": ""${PODS_ROOT}/clipper/"" }, "requires_arc": false }
Sat, 05 Mar 2016 02:25:04 +0000