Skip to content

Commit

Permalink
[Add] ClippingBezier 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwulf authored and CocoaPodsBot committed Jan 3, 2024
1 parent 46dbc9f commit 418018e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Specs/5/9/f/ClippingBezier/1.2.5/ClippingBezier.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "ClippingBezier",
"version": "1.2.5",
"summary": "This library adds categories to UIBezierPath to simplify clipping a single closed UIBezierPath with another closed or unclosed UIBezierPath.",
"authors": {
"Adam Wulf": "adam.wulf@gmail.com"
},
"homepage": "https://github.com/adamwulf/ClippingBezier",
"license": {
"type": "CC BY",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/adamwulf/ClippingBezier.git",
"tag": "1.2.5"
},
"source_files": [
"ClippingBezier/*.{h,m,mm,cpp,cxx,hxx,c}",
"ClippingBezier/PublicHeaders/*.{h,m,mm,cpp,cxx,hxx,c}"
],
"public_header_files": [
"ClippingBezier/PublicHeaders/*.h"
],
"platforms": {
"ios": "12.0"
},
"frameworks": "Foundation",
"dependencies": {
"PerformanceBezier": [
"~> 1.3"
]
},
"xcconfig": {
"DEFINES_MODULE": "YES",
"OTHER_CPLUSPLUSFLAGS": "$(OTHER_CFLAGS) -fmodules -fcxx-modules"
}
}

0 comments on commit 418018e

Please sign in to comment.