blob: 2028b0133511a2e8e50fe818c923e45813f88d8e [file] [log] [blame]
{
"name": "CGPathIntersection",
"platforms": {
"ios": "10.0"
},
"version": "3.0",
"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": "3.0"
},
"source_files": "CGPathIntersection/*.swift",
"exclude_files": [
"README.md",
"LICENSE.md",
"CGPathIntersection.podspec",
"images/*"
],
"requires_arc": true
}