We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997713e commit cc31519Copy full SHA for cc31519
LXReorderableCollectionViewFlowLayout.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'LXReorderableCollectionViewFlowLayout'
3
- s.version = '0.1.0.beta2'
+ s.version = '0.1.1'
4
s.summary = 'Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook.'
5
s.homepage = 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout'
6
s.license = {
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.author = 'Stan Chang Khin Boon'
11
s.source = {
12
:git => 'https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git',
13
- :tag => '0.1.0.beta2'
+ :tag => '0.1.1'
14
}
15
s.platform = :ios, '4.3'
16
s.source_files = 'LXReorderableCollectionViewFlowLayout/'
0 commit comments