From 11bb6e0210821faed6560e7b23283d550f91c7a1 Mon Sep 17 00:00:00 2001 From: Keshav Vishwkarma Date: Sun, 10 Dec 2017 00:32:28 +0530 Subject: [PATCH] Update KVConstraintKit.podspec --- KVConstraintKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KVConstraintKit.podspec b/KVConstraintKit.podspec index 483ab8c..aa4c01b 100644 --- a/KVConstraintKit.podspec +++ b/KVConstraintKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'KVConstraintKit' -s.version = '1.2' +s.version = '1.2.0' s.summary = 'An impressive Auto layout DSL for iOS, tvOS & OSX written in pure.' s.homepage = 'https://github.com/keshavvishwkarma/KVConstraintKit' s.license = 'MIT'