When release new version need update metadata too. CocoaPods
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 193
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
We have new version - 1.0.0 but README.md without change version - use v0.9.1 https://img.shields.io/cocoapods/v/RIBs.svg and link to old repo https://cocoapods.org/pods/ribs -> https://github.com/uber/RIBs
https://github.com/uber/RIBs-iOS/blob/main/README.md?plain=1#L7C1-L7C104
RIBs podspec
https://github.com/CocoaPods/Specs/blob/master/Specs/8/c/1/RIBs/0.9.1/RIBs.podspec.json
If use
pod 'RIBs', '~> 1.0'
by README.md then we get error
[!] CocoaPods could not find compatible versions for pod "RIBs":
In Podfile:
RIBs (~> 1.0)
None of your spec sources contain a spec satisfying the dependency: `RIBs (~> 1.0)`.
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with README.md at the linked line and inspect the RIBs podspec reference in the CocoaPods Specs repository. Check the version badge, repository link, and documented pod dependency against release 1.0.0, then verify that the README example resolves to the published spec.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- documentation, release
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100