blob: 8d9e31c76a7ed7c5376c05b98095f8e5eb5867df [file] [log] [blame]
{
"name": "clipper",
"version": "5.0.2",
"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": "awj1958@gmail.com"
},
"source": {
"svn": "http://svn.code.sf.net/p/polyclipping/code",
"tag": "5.0.2"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "cpp/*.{cpp,hpp}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/clipper/\""
},
"requires_arc": false
}