PodsLicenseReader 0.0.4

PodsLicenseReader 0.0.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Comyar Zaheri.



  • By
  • Comyar Zaheri

Overview

PodsLicenseReader allows you to easily read licenses for your Cocoa Pods.

Usage

Quick Start

Cocoa Pods

Add the following to your Podfile:

pod 'PodsLicenseReader'

Using a PodsLicenseReader

Add a reference to Pods/Target Supporting Files/Pods/Pods-acknowledgements.plist to your project and make sure the file is listed in Copy Bundle Resources under Build Phases in your project settings.

import PodsLicenseReader

for license in PodsLicenseReader().getLicenses() {
    // Dreams come true here
    print(license.name)
}

License

PodsLicenseReader is available under the MIT License.

Contributors