2 "name": "ClippingBezier",
4 "summary": "This library adds categories to UIBezierPath to simplify clipping a single closed UIBezierPath with another closed or unclosed UIBezierPath.",
6 "Adam Wulf": "adam.wulf@gmail.com"
8 "homepage": "https://github.com/adamwulf/ClippingBezier",
14 "git": "https://github.com/adamwulf/ClippingBezier.git",
18 "ClippingBezier/*.{h,m,mm,cpp,cxx,hxx,c}",
19 "ClippingBezier/PublicHeaders/*.{h,m,mm,cpp,cxx,hxx,c}"
21 "public_header_files": [
22 "ClippingBezier/PublicHeaders/*.h"
27 "frameworks": "Foundation",
29 "PerformanceBezier": [
34 "DEFINES_MODULE": "YES",
35 "OTHER_CPLUSPLUSFLAGS": "$(OTHER_CFLAGS) -fmodules -fcxx-modules"