Skip to content

Commit 8bc5d7e

Browse files
committed
Bump version
1 parent 848cbbf commit 8bc5d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ClippingBezier.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ClippingBezier"
3-
s.version = "1.1.7"
3+
s.version = "1.1.8"
44
s.summary = "This library adds categories to UIBezierPath to simplify clipping a single closed UIBezierPath with another closed or unclosed UIBezierPath."
55
s.author = {
66
'Adam Wulf' => 'adam.wulf@gmail.com',
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.ios.deployment_target = "12.0"
1717

1818
s.framework = 'Foundation'
19-
s.dependency 'PerformanceBezier', '~> 1.0.11'
19+
s.dependency 'PerformanceBezier', '~> 1.1'
2020

2121
end

0 commit comments

Comments
 (0)