| { |
| "name": "CGPathIntersection", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "version": "2.2.1", |
| "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.2.1" |
| }, |
| "source_files": "CGPathIntersection/*.swift", |
| "exclude_files": [ |
| "README.md", |
| "LICENSE.md", |
| "CGPathIntersection.podspec", |
| "images/*" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "4.0" |
| } |