Could you update podspec to make sure pod update can get this new release?
Opened this issue · 1 comments
googoodalls commented
Hello, Expert,
It is a great one for cocoapods!
Could you mind update podspec to make sure pod update can get this new release?
BR
Steven.C
iTofu commented
In fact, it already exists on the CocoaPods:
localhost:XX Leo$ pod search LXReorderableCollectionViewFlowLayout
-> LXReorderableCollectionViewFlowLayout (0.1.1)
Extends UICollectionViewFlowLayout to support reordering of cells. Similar to
long press and pan on books in iBook.
pod 'LXReorderableCollectionViewFlowLayout', '~> 0.1.1'
- Homepage: https://github.com/lxcid/LXReorderableCollectionViewFlowLayout
- Source:
https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git
- Versions: 0.1.1, 0.1.0.beta1, 0.0.2, 0.0.1 [master repo]
localhost:XX Leo$ pod trunk info LXReorderableCollectionViewFlowLayout
LXReorderableCollectionViewFlowLayout
- Versions:
- 0.0.1 (2014-05-19 21:44:51 UTC)
- 0.0.2 (2014-05-19 21:49:21 UTC)
- 0.1.0.beta1 (2014-05-19 21:49:21 UTC)
- 0.1.1 (2014-05-19 22:00:33 UTC)
- Owners:
- Unclaimed <unclaimed-pods@cocoapods.org>
localhost:XX Leo$
Although it's unclaimed for now... @lxcid
But we could still use it with CocoaPods:
pod 'LXReorderableCollectionViewFlowLayout'