mono0926 / LicensePlist

A license list generator of all your dependencies for iOS applications
https://www.slideshare.net/mono0926/licenseplist-a-license-list-generator-of-all-your-dependencies-for-ios-applications
MIT License
2.42k stars 145 forks source link

License SPDX ID in the Plist Output Files #129

Open CleanHit opened 4 years ago

CleanHit commented 4 years ago

Is it possible to add an SPDX license ID from the Identifier column in each of the found libraries. It opens new possibilities for the output *.plist files of this great tool. Such as using them in own scripts to create own HTML based license reports, with a reliable source of standardized license texts by matching the Identifier to the ones in one of those data collections.

CleanHit commented 4 years ago

@mono0926 I'm not a iOS developer but I see that you are extracting some library information here. Doesn't the CocoaPods API supply a return value with the used license name of the requested library?