2.0.9 • Published 6 months ago

@nativescript-community/licenses v2.0.9

Weekly downloads
5
License
Apache-2.0
Repository
-
Last release
6 months ago

Installation

On iOS you need to run this first:

gem install cocoapods-acknowledgements

Usage

This plugin is a plugin to easily integrate licenses used your apps. The plugin will automatically generate licenses.json You simply need to load the licenses.json from anywhere in your app using either require('licenses.json') or require('~/licenses.json') You can then simply require that file to use it in your app. Here is an example JSON file format (moduleDescription not present on Android):

{
    "dependencies": [
        {
            "moduleName": "com.airbnb.android:lottie",
            "moduleDescription": "description",
            "moduleUrl": "https://github.com/airbnb/lottie-android",
            "moduleVersion": "3.4.2",
            "moduleLicense": "Apache License, Version 2.0",
            "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0"
        }
    ]
}
2.0.9

6 months ago

2.0.8

6 months ago

2.0.7

2 years ago

2.0.6

3 years ago

2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.11

3 years ago

1.1.9

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago