[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / f / b / CGPathIntersection / 3.0 / CGPathIntersection.podspec.json
blob2028b0133511a2e8e50fe818c923e45813f88d8e
2   "name": "CGPathIntersection",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "3.0",
7   "summary": "A CoreGraphics library that identifies points where two CGPaths intersect",
8   "homepage": "https://github.com/calda/CGPathIntersection",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Cal Stephens": "cal@calstephens.tech"
15   },
16   "source": {
17     "git": "https://github.com/calda/CGPathIntersection.git",
18     "tag": "3.0"
19   },
20   "source_files": "CGPathIntersection/*.swift",
21   "exclude_files": [
22     "README.md",
23     "LICENSE.md",
24     "CGPathIntersection.podspec",
25     "images/*"
26   ],
27   "requires_arc": true