CocoaPods/cocoapods-metadata-service

Handle getting README/CHANGELOG from source :http with tar.gz

orta opened this issue · 2 comments

orta commented

Likely can be based on https://www.npmjs.com/package/tar

Would it be possible to address this by introducing a new optional top-level property in podspec definition called readme, with a direct URL of a README file? This way any pod experiencing the issue with missing docs could add that property to help generating the docs.

Should be addressed by CocoaPods/Core#661