CycloneDX / cyclonedx-cocoapods

Creates CycloneDX Software Bill-of-Materials (SBOM) from Objective-C and Swift projects that use CocoaPods.
Apache License 2.0
21 stars 12 forks source link

Update compatibility with newer cocoapod versions #53

Closed macblazer closed 1 year ago

macblazer commented 1 year ago

Fixes #51. Moved runtime dependency info into the gemspec file, and allowed the cocoapods and nokogiri gem versions to float up to the next major version.

I also removed the Gemfile.lock because that is only used while developing the gem, and will be recreated locally by each developer with the bundle install command documented in the README file.

Lastly, I changed all of the double-quotes in the gemspec file to be single quotes so Ruby string interpolation will not happen in those strings.

Add the Apache license header to some .yml files and adjusted the license check to verify those.