2 "name": "PerformanceBezier",
4 "summary": "A small library to dramatically speed up common operations on UIBezierPath, and also bring its functionality closer to NSBezierPath.",
6 "Adam Wulf": "adam.wulf@gmail.com"
8 "homepage": "https://github.com/adamwulf/PerformanceBezier",
14 "git": "https://github.com/adamwulf/PerformanceBezier.git",
18 "PerformanceBezier/PerformanceBezier.h",
19 "PerformanceBezier/UIBezierPath*.{h,m}",
20 "PerformanceBezier/JR*.{h,m}"
22 "private_header_files": [
23 "PerformanceBezier/*_Private.h",
24 "PerformanceBezier/JRSwizzle.h"
26 "public_header_files": "PerformanceBezier/*.h",
34 "requires_arc": false,
36 "OTHER_LDFLAGS": "-ObjC++ -lstdc++",
37 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
38 "CLANG_CXX_LIBRARY": "libc++"