Skip to content

Commit f802b87

Browse files
committed
Fix version number
1 parent 9788700 commit f802b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UIView+AnimationExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ UIView Animation Extensions is a category on `UIView` and - as with all `UIKit`
7676

7777
s.platform = :ios, "11.0"
7878

79-
s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "v2.0.0" }
79+
s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "2.0.0" }
8080

8181
s.source_files = "Classes", "Classes/*.{h,m}"
8282
s.exclude_files = "Classes/Exclude"

0 commit comments

Comments
 (0)