CocoaPods / cocoapods.org

That website https://cocoapods.org/ - pretty useful
53 stars 47 forks source link

README Not Rendering for PixelBin Package #499

Open dipendra-sharma opened 1 month ago

dipendra-sharma commented 1 month ago

The README for the PixelBin package is not rendering on the CocoaPods website. The package page (https://cocoapods.org/pods/PixelBin) is missing the README content, which should be pulled from the GitHub repository.

Steps to Reproduce

  1. Visit https://cocoapods.org/pods/PixelBin
  2. Observe that the README section is empty or not rendered properly

Expected Behavior

The README content from the GitHub repository should be displayed on the CocoaPods package page.

Current Behavior

The README section is empty or not rendered on the package page.

Additional Information

Podspec Details

The readme attribute in the podspec is set correctly:

s.readme = "https://raw.githubusercontent.com/pixelbin-io/pixelbin-swift-sdk/#{s.version}/README.md"

This should pull the README from the GitHub repository for the specific version.

Questions

  1. Is there any additional configuration required to ensure the README is rendered properly?
  2. Are there any known issues with README rendering for Swift packages?
  3. Is there anything in our podspec that might be preventing the README from being displayed?

Thank you for your help in resolving this issue.