LicensePlist
LicensePlist copied to clipboard
Non Cocoapods Open Source Libreries
Let say I have a project that uses some open source swift libraries and other imported frameworks are not part of cocoapods and are not part of the Podsfile
. Is it possible to:
- To add the path of all the swift open source projects to the
license-plist
execution command? - Create a file with all the used non cocoapods open source libraries (e.g. Github code), frameworks and their licenses manually and then use the crated file as an additional input source when executing
license-plist
, so that those licenses also get included in the execution?