LXReorderableCollectionViewFlowLayout icon indicating copy to clipboard operation
LXReorderableCollectionViewFlowLayout copied to clipboard

Could you update podspec to make sure pod update can get this new release?

Open googoodalls opened this issue 7 years ago • 1 comments

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

googoodalls avatar Dec 06 '16 06:12 googoodalls

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 <[email protected]>
localhost:XX Leo$

Although it's unclaimed for now... @lxcid

But we could still use it with CocoaPods:

pod 'LXReorderableCollectionViewFlowLayout'

iTofu avatar Apr 18 '17 05:04 iTofu