From e0e207a44b7d3ae20f674e69252938ba4bc69ed5 Mon Sep 17 00:00:00 2001 From: Aaron McTavish Date: Mon, 17 Oct 2016 10:49:05 +0100 Subject: [PATCH] Match spec and git tag names --- FormValidatorSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FormValidatorSwift.podspec b/FormValidatorSwift.podspec index bfec2f7..b749530 100644 --- a/FormValidatorSwift.podspec +++ b/FormValidatorSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FormValidatorSwift' - s.version = '1.0.0' + s.version = 'v1.0.0' s.license = { :type => "MIT", :file => "License.md" } s.summary = 'An organizational tool for writing custom view controllers using UIKit.' s.homepage = 'https://github.com/ustwo/formvalidator-swift'