Sha256: dad0a41e9c681f00215bffd461649a24be1696ddd906c890bfc9927a17ddd3da

Contents?: true

Size: 703 Bytes

Versions: 4

Compression:

Stored size: 703 Bytes

Contents

# CocoaPods Acknowledgements

A CocoaPods plugin that generates a Gitlab compatible report of all the installed library licenses.

### Installation

Install via `gem install cocoapods-gitlab_license_report` you need to be using at least CocoaPods `0.36` and add `plugin 'cocoapods-gitlab_license_report'` to your `Podfile`. See below for examples:

### Example usage

``` ruby
plugin 'cocoapods-gitlab_license_report', :report_path => 'relative_path'
```

The default `report_path` is: `reports/licenses.json`


``` ruby
plugin 'cocoapods-gitlab_license_report', :report_path => 'relative_path', :exclude => ['pod_name1', 'pod_name2']
```

Exclude pods pod_name1 and pod_name2 from the license report.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-gitlab_license_report-1.0.3 README.md
cocoapods-gitlab_license_report-1.0.2 README.md
cocoapods-gitlab_license_report-1.0.1 README.md
cocoapods-gitlab_license_report-1.0.0 README.md