blob: e511fb7289ecb4454c5e5158416ccd6deca663f7 [file] [log] [blame]
{
"name": "PerformanceBezier",
"version": "1.0.0",
"summary": "A small library to dramatically speed up common operations on UIBezierPath, and also bring its functionality closer to NSBezierPath.",
"authors": {
"Adam Wulf": "adam.wulf@gmail.com"
},
"homepage": "https://github.com/adamwulf/PerformanceBezier",
"license": {
"type": "CC BY",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/thaya-cameraxis/PerformanceBezier.git",
"tag": "1.0.0"
},
"source_files": [
"PerformanceBezier/PerformanceBezier.h",
"PerformanceBezier/UIBezierPath*.{h,m}"
],
"private_header_files": "PerformanceBezier/*_Private.h",
"public_header_files": "PerformanceBezier/*.h",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"JRSwizzle": [
]
},
"requires_arc": false,
"xcconfig": {
"OTHER_LDFLAGS": "-lstdc++"
}
}