CocoaPods/Core

pod spec lint warns about 'readme' and 'changelog' attributes

Closed this issue · 1 comments

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

#658 was merged so closing this for 1.11.0