[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / f / b / CGPathIntersection / 2.2.1 / CGPathIntersection.podspec.json
blobf70f0d5bbc52750b5ef7f7cfb6bbdf59cf815156
2   "name": "CGPathIntersection",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "version": "2.2.1",
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": "2.2.1"
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,
28   "pushed_with_swift_version": "4.0"