This repository contains podspec of OpenCV framework built as a dynamic library. It can be used as a dependency in any CocoaPod and will work correctly with Swift and/or Objective-C projects.
To add it to your project:
pod 'OpenCV-Dynamic', '~> 3.x'
Do add it as a dependency to an existing CocoaPod:
spec.dependency 'OpenCV-Dynamic'
For the pod to build correctly, please make sure cmake is available from command line, by running cmake
command. You can install it with Homebrew:
brew install cmake
Same as with OpenCV, Python is required to build the framework (shipped with macOS).
Dal Rupnik
- legoless on GitHub
- @thelegoless on Twitter
- dal@unifiedsense.com
OpenCV-Dynamic is available under the 3-clause BSD license. See LICENSE file for more information.
Also respect OpenCV License and conditions.