[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / 1 / clipper / 6.1.3a / clipper.podspec.json
blob8effc33282592dad1ba95036ac738110fb2a36d8
2   "name": "clipper",
3   "version": "6.1.3a",
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     "git": "https://github.com/mousebird/clipper.git",
16     "tag": "v6.1.3a"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "cpp/*.{cpp,hpp}",
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/clipper/\""
25   },
26   "requires_arc": false