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

Prep for release v1.1.2 #56

Closed macblazer closed 1 year ago

macblazer commented 1 year ago

Fixes #52 by adding a section of the README with information about subspecs.

One commit was added to get a little closer towards satisfying rubocop linting. It adds the magic comment # frozen_string_literal: true to the top of most Ruby files, ensures that all Ruby files end with an empty line, and adds a blank line between that magic comment at the top and the license comments.