blob: 2b82c5cb846397faf1ab2b60015e5cd6f270f11c [file] [log] [blame]
{
"name": "BooleanPath",
"version": "1.0",
"summary": "Add boolean operations to NSBezierPath like the pathfinder of Adobe Illustrator.",
"description": "This is a rewrite of VectorBoolean written by Leslie Titze's.\nBooleanPath is written by Swift for macOS.",
"homepage": "https://github.com/Kyome22/BooleanPath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takuto Nakamura": "kyomesuke@icloud.com"
},
"social_media_url": "https://twitter.com/Kyomesuke3",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/Kyome22/BooleanPath.git",
"tag": "1.0"
},
"frameworks": [
"Foundation",
"Cocoa",
"QuartzCore"
],
"source_files": "BooleanPath/**/*.swift",
"swift_version": "4.2",
"requires_arc": true
}