- Bumps LXReorderableCollectionViewLayout's version to 0.1.0.beta1.

This commit is contained in:
Stan Chang Khin Boon
2013-03-31 16:48:47 +08:00
parent 915e72ca4a
commit 30ea2fc3e8
@@ -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