lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
http://lxcid.com/
MIT License
1.86k stars 328 forks source link

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

Open googoodalls opened 7 years ago

googoodalls commented 7 years ago

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 7 years ago

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'