lxcid/LXReorderableCollectionViewFlowLayout

0.1.1 not available through CocoaPods

Closed this issue · 3 comments

I haven't really figured out how CocoaPods works yet, so I'm not sure what the problem is here.

If you search for LXReorderableCollectionViewFlowLayout on CocoaPods.org, the version listed is 0.1.0.beta1. If I try to use 0.1.1 in my Podfile, I get an error on pod install:

[!] Unable to satisfy the following requirements:
- `LXReorderableCollectionViewFlowLayout (~> 0.1.1)` required by `Podfile`

The version in the podspec was bumped to 0.1.1 in cc31519. Maybe this update just needs to be pushed to CocoaPods using pod push master?

I've added the new version to CocoaPods.

Thank you so much @fcanas.

Thanks!