Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Not Rendering for PixelBin Package #499

Open
dipendra-sharma opened this issue Jun 24, 2024 · 0 comments
Open

README Not Rendering for PixelBin Package #499

dipendra-sharma opened this issue Jun 24, 2024 · 0 comments

Comments

@dipendra-sharma
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant