[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / f / b / CGPathIntersection / 4.0 / CGPathIntersection.podspec.json
blobfe6787e88d1729a29cec3ae663470c8ac61f3b4d
2   "name": "CGPathIntersection",
3   "swift_versions": "5.1",
4   "platforms": {
5     "ios": "10.0",
6     "osx": "10.10",
7     "tvos": "10.0"
8   },
9   "version": "4.0",
10   "summary": "An iOS library that identifies points where two CGPaths intersect",
11   "homepage": "https://github.com/calda/CGPathIntersection",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Cal Stephens": "cal@calstephens.tech"
18   },
19   "source": {
20     "git": "https://github.com/calda/CGPathIntersection.git",
21     "tag": "4.0"
22   },
23   "source_files": "CGPathIntersection/*.swift",
24   "exclude_files": [
25     "README.md",
26     "LICENSE.md",
27     "CGPathIntersection.podspec",
28     "images/*"
29   ],
30   "requires_arc": true,
31   "swift_version": "5.1"