blob: 62688c60a5771b6161079b5ab08285b19d312a81 [file] [log] [blame]
{
"name": "CGPathIntersection",
"platforms": {
"ios": "10.0"
},
"version": "2.3",
"summary": "A CoreGraphics library that identifies points where two CGPaths intersect",
"homepage": "https://github.com/calda/CGPathIntersection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cal Stephens": "cal@calstephens.tech"
},
"source": {
"git": "https://github.com/calda/CGPathIntersection.git",
"tag": "2.3"
},
"source_files": "CGPathIntersection/*.swift",
"exclude_files": [
"README.md",
"LICENSE.md",
"CGPathIntersection.podspec",
"images/*"
],
"requires_arc": true
}