segiddins / cocoapods-dependencies

Shows a project's CocoaPods dependency graph
MIT License
252 stars 20 forks source link

Display license for each dependency #1

Closed andrewroycarter closed 10 years ago

andrewroycarter commented 10 years ago

The company I work for wants to be able to list all used pods in a project along with their license. I ran across the plugin and it's basically exactly what we need except it doesn't show the license. We could make another plugin or fork this one, but maybe it's a useful enough feature to include here. Something like this:

Project Dependencies

---
- AFNetworking (1.3.3, MIT)
segiddins commented 10 years ago

@andrewroycarter I think that's out of the scope of this plugin.