You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently there has not been a way for pods not hosted on GitHub to get a pod page on cocoapods.org. This has been remedied by updating the CocoaPods Metadata Service to look for 'readme' and 'changelog' attributes, which can hold URLs pointing to Markdown files. If present, the service fetches those files, converts them to HTML and stores them so that the pod page can render correctly.
Context: CocoaPods/cocoapods.org#362, CocoaPods/cocoapods-metadata-service#2
Recently there has not been a way for pods not hosted on GitHub to get a pod page on cocoapods.org. This has been remedied by updating the CocoaPods Metadata Service to look for 'readme' and 'changelog' attributes, which can hold URLs pointing to Markdown files. If present, the service fetches those files, converts them to HTML and stores them so that the pod page can render correctly.
Fix: #658
The text was updated successfully, but these errors were encountered: