From f802b8700b780e6df363c57ad173a75e4519fefa Mon Sep 17 00:00:00 2001 From: r3econ Date: Thu, 30 Nov 2017 00:33:32 +0100 Subject: [PATCH] Fix version number --- UIView+AnimationExtensions.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIView+AnimationExtensions.podspec b/UIView+AnimationExtensions.podspec index b37248b..6bd64a4 100644 --- a/UIView+AnimationExtensions.podspec +++ b/UIView+AnimationExtensions.podspec @@ -76,7 +76,7 @@ UIView Animation Extensions is a category on `UIView` and - as with all `UIKit` s.platform = :ios, "11.0" - s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "v2.0.0" } + s.source = { :git => "https://github.com/r3econ/animation-extensions.git", :tag => "2.0.0" } s.source_files = "Classes", "Classes/*.{h,m}" s.exclude_files = "Classes/Exclude"