[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 6 / f / BooleanPath / 1.0 / BooleanPath.podspec.json
blob2b82c5cb846397faf1ab2b60015e5cd6f270f11c
2   "name": "BooleanPath",
3   "version": "1.0",
4   "summary": "Add boolean operations to NSBezierPath like the pathfinder of Adobe Illustrator.",
5   "description": "This is a rewrite of VectorBoolean written by Leslie Titze's.\nBooleanPath is written by Swift for macOS.",
6   "homepage": "https://github.com/Kyome22/BooleanPath",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Takuto Nakamura": "kyomesuke@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/Kyomesuke3",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/Kyome22/BooleanPath.git",
20     "tag": "1.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "Cocoa",
25     "QuartzCore"
26   ],
27   "source_files": "BooleanPath/**/*.swift",
28   "swift_version": "4.2",
29   "requires_arc": true