From 30ea2fc3e833a0d2cc27dc2883c878bb1f0bad32 Mon Sep 17 00:00:00 2001 From: Stan Chang Khin Boon Date: Sun, 31 Mar 2013 16:48:47 +0800 Subject: [PATCH] - Bumps LXReorderableCollectionViewLayout's version to 0.1.0.beta1. --- ...eorderableCollectionViewFlowLayout.podspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec diff --git a/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec b/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec new file mode 100644 index 00000000..bf6d0173 --- /dev/null +++ b/LXReorderableCollectionViewFlowLayout/0.1.0.beta1/LXReorderableCollectionViewFlowLayout.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'LXReorderableCollectionViewFlowLayout' + s.version = '0.1.0.beta1' + s.summary = 'Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook.' + s.homepage = 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout' + s.license = { + :type => 'MIT', + :file => 'LICENSE' + } + s.author = 'Stan Chang Khin Boon' + s.source = { + :git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git', + :commit => 'HEAD' + } + s.platform = :ios, '4.3' + s.source_files = 'LXReorderableCollectionViewFlowLayout/' + s.public_header_files = 'LXReorderableCollectionViewFlowLayout/' + s.frameworks = 'UIKit', 'CoreGraphics' + s.requires_arc = true +end