From 26b4f771c68a3a5750924b934c91cdfaa6f7c85c Mon Sep 17 00:00:00 2001 From: Giuseppe Lanza Date: Wed, 31 Jan 2018 12:10:22 +0000 Subject: [PATCH] podspec update --- LNZCollectionLayouts.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LNZCollectionLayouts.podspec b/LNZCollectionLayouts.podspec index d76d69a..c0905db 100644 --- a/LNZCollectionLayouts.podspec +++ b/LNZCollectionLayouts.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.platform = :ios - s.version = "1.1.1" + s.version = "1.1.2" s.ios.deployment_target = '8.0' s.name = "LNZCollectionLayouts" s.summary = "A swift collection of UICollectionViewLayout subclasses." @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/gringoireDM/LNZCollectionLayouts.git", - :tag => "v1.1.1" + :tag => "v1.1.2" } s.framework = "UIKit"