CollectionViewCenteredFlowLayout icon indicating copy to clipboard operation
CollectionViewCenteredFlowLayout copied to clipboard

Cocoapods Podspec needs updating (1.0.4)

Open twhitt14 opened this issue 3 years ago • 2 comments

Hi, thanks for the great library by the way. Could you please update the podspec so we can update to 1.0.4 with a simple pod update CollectionViewCenteredFlowLayout?

twhitt14 avatar Sep 12 '22 23:09 twhitt14

I stopped using Cocoapods a few years ago... so I'm afraid for now you'll have to configure your podfile to point explicitly at the repository's main branch directly.

Coeur avatar Sep 16 '22 10:09 Coeur

Pointing explicitly at the repo works but can be a pain as it downloads the repo each time you pod install or pod update just to check if it needs to be updated.

I can live with it but would you be open to one of the following?

  • setup your repo to auto push new versions to CocoaPods. Once setup all you would need to do is publish a new tag in GitHub to trigger the workflow (https://github.com/marketplace/actions/deploy-to-cocoapod-action)
  • add a contributor to CocoaPods for this project that can push new versions to CocoaPods (https://guides.cocoapods.org/making/getting-setup-with-trunk.html#adding-other-people-as-contributors)
  • allow someone to "claim" your plugin on CocoaPods so they may push new versions to CocoaPods leaving you listed as the author and pointing to your GitHub repo (https://guides.cocoapods.org/making/getting-setup-with-trunk.html#claiming-an-existing-library)

justinkumpe avatar Oct 03 '22 17:10 justinkumpe