CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Pods should be considered deprecated if there is just `deprecated_in_favor_of` #91

Closed orta closed 8 years ago

orta commented 9 years ago

Right now it looks like a pod like mailcore2 gets its deprecation ignored due to deprecated not being set to true, which makes sense, but isn't really a reflection on how people are actually using deprecated_in_favor_of.

floere commented 8 years ago

I added this, but now that I see it: https://cocoapods.org/?q=mailcore2 I don't think the search engine should decide this for frontends. Instead, should not trunk decide that if deprecated_in_favor_of is set, then deprecated is true.

I guess I am asking whether this is a general rule. If so, it should go into trunk.