hyperoslo / Cache

:package: Nothing but Cache.
Other
2.96k stars 335 forks source link

Latest Release 6.2.0 isn't available on Cocoapod #320

Closed kaungsoe closed 5 months ago

kaungsoe commented 5 months ago

Hi,

The latest Release 6.2.0 isn't available on Cocoapod. Only 6.0.0 is available. Anyway to update? I wouldn't mind submitting a PR for this changes, please let me know how to update.

Thanks.

3lvis commented 5 months ago

I don't have a way to update the CocoaPods repo, you could link straight to the master branch, otherwise I don't have a way to help you. Sorry about that.

gsbernstein commented 5 months ago

Should the readme be updated to reflect the fact that pod 'Cache' isn't sufficient to get updates?

3lvis commented 5 months ago

Readme updated!

https://github.com/hyperoslo/Cache/?tab=readme-ov-file#installation

caosuyang commented 5 months ago

I encountered the same problem. The latest pod search command can only obtain version 6.0.0. I saw that the latest tag on github is already version 6.2.0. How to solve this problem?

-> Cache (6.0.0)
   Nothing but cache.
   pod 'Cache', '~> 6.0.0'
   - Homepage: https://github.com/hyperoslo/Cache
   - Source:   https://github.com/hyperoslo/Cache.git
   - Versions: 6.0.0, 5.3.0, 5.2.0, 5.1.0, 5.0.0, 4.2.0, 4.1.2, 4.1.1, 4.1.0, 4.0.4, 4.0.2, 4.0.1, 4.0.0, 3.3.0, 3.2.0, 3.1.0, 3.0.0, 2.3.0, 2.2.2, 2.2.1, 2.2.0, 2.1.1, 2.1.0,
   2.0.0, 1.5.1, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.0 [cocoapods repo]
3lvis commented 5 months ago

@caosuyang In your Podfile use this instead.

pod 'Cache', :git => 'https://github.com/hyperoslo/Cache.git'