From 763faf4d56e1208fa2cf7fb386f70e81c889bd1c Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Fri, 17 Jun 2016 09:49:24 +0200 Subject: [PATCH] spec version to 0.1.1. --- AKPFlowLayout.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AKPFlowLayout.podspec b/AKPFlowLayout.podspec index b2ed810..00d04e2 100644 --- a/AKPFlowLayout.podspec +++ b/AKPFlowLayout.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "AKPFlowLayout" spec.version = "0.1.1" - spec.summary = "Global pinnable, stretchable section headers for UICollectionViewFlowLayout" + spec.summary = "A custom UICollectionView layout with configurable global header and pinnable, stretchable section headers" spec.homepage = "https://github.com/akpw/AKPFlowLayout" spec.license = { type: 'MIT', file: 'LICENSE' } spec.authors = { "Arseniy Kuznetsov" => 'k.arseniy@gmail.com' }