ios-vision
ios-vision copied to clipboard
Can't find the licensing of the actual library
Hi,
While this sample app is OSS under the Apache v2 license, I can't find the actual license for the frameworks themselves (GoogleMobileVision.framework & FaceDetector.framework). The cocoapod page mentions the Apache V2 license at the bottom but it says Custom license in the upper right corner. I can't find the information on the https://developers.google.com/vision/ page either.
So, is the actual library open sourced? If so, were can I find the source code and the license? Otherwise, what is the actual license and where can it be found? Can I use the library in a commercial application and under what conditions?
Thanks!
Hi,
The sample apps are open sourced but not the GoogleMobileVision pod. Sorry for the confusion. The license agreement for the framework can be found here, https://developers.google.com/terms/.
Great, thanks for the answer! I'd suggest clarifying this as it is a bit hard to find what the actual licensing is. Even the Cocoapod page for GoogleMobileVision mentions that it is licensed under the ASF v2 at the bottom.