-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
This file lists the library dependencies for this plugin and their licenses. | ||
|
||
1. These libraries are downloaded automatically and linked to the final binary. | ||
I am not sure how android or iOS link their binaries. However, the xcode link | ||
command uses `-llibname` extensively, so I assume static linkage in general. | ||
|
||
1. So our primary check here is for libraries which do not have a license, or | ||
which are GPL licensed. | ||
|
||
# Native libraries installed via maven/cocoapods | ||
|
||
| Module | License | | ||
|--------|---------| | ||
| com.google.code.gson:gson | Apache 2.0 | | ||
| com.google.android.gms:play-services-auth | Proprietary (Google) | | ||
| Bolts/Tasks pod | BSD 3-clause | | ||
| CoreLocation framework | Proprietary (Apple) | | ||
| Accounts framework | Proprietary (Apple) | |