Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.24 KB

OpenCV Dynamic

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-4.0.0-beta', '~> 0.1.1'

Do add it as a dependency to an existing CocoaPod:

spec.dependency 'OpenCV-4.0.0-beta'

Building

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).

Author

Dal Rupnik

License

OpenCV-4.0.0-beta is available under the 3-clause BSD license. See LICENSE file for more information.

Also respect OpenCV License and conditions.