-
Notifications
You must be signed in to change notification settings - Fork 350
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
dsl.rb includes deprecated documentation attribute; causes incorrect documentation #20
Comments
@orta Are you using these options with CocoaDocs? |
no, they're not being used in CocoaDocs, I didn't want the support nightmare of being able to let people run arbitrary terminal commands on my server. |
@orta what is your plan, should we remove the attribute? |
Yeah, I think we should kill it, I've only ever seen one cocoapod that wants to show something different on cocoadocs than it does using the public / private stuff. |
lib/cocoapods-core/specification/dsl.rb
lists thedocumentation
attribute as an available option, but this attribute was deprecated in 0.20.0. Becausedsl.rb
is used to generate Cocoapods' documentation, this causes the Specification documentation to incorrectly list thedocumentation
attribute as still being available.The text was updated successfully, but these errors were encountered: