[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / 1 / clipper / 4.8.8 / clipper.podspec.json
blob44c513b877dfdaf5809ebff5e9fa4c0246dcd419
2   "name": "clipper",
3   "version": "4.8.8",
4   "summary": "The Clipper library primarily performs the boolean clipping operations.",
5   "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",
6   "homepage": "http://www.angusj.com/delphi/clipper.php",
7   "license": {
8     "type": "Boost Software License",
9     "file": "License.txt"
10   },
11   "authors": {
12     "Angus Johnson": "awj1958@gmail.com"
13   },
14   "source": {
15     "svn": "http://svn.code.sf.net/p/polyclipping/code",
16     "tag": "4.8.8"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "source_files": "cpp/*.{cpp,hpp}",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/clipper/\""
25   },
26   "requires_arc": false