Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/legoless/opencv-dynamic

OpenCV iOS Dynamic Framework Podspec
https://github.com/legoless/opencv-dynamic

opencv

Last synced: about 1 month ago
JSON representation

OpenCV iOS Dynamic Framework Podspec

Awesome Lists containing this project

README

        

# OpenCV Dynamic

This repository contains [podspec](https://guides.cocoapods.org/syntax/podspec.html) of [OpenCV](http://opencv.org) 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'`

# 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](http://brew.sh):

`brew install cmake`

Same as with [OpenCV](http://opencv.org), Python is required to build the framework (shipped with macOS).

Author
======

Dal Rupnik

- [legoless](https://github.com/legoless) on **GitHub**
- [@thelegoless](https://twitter.com/thelegoless) on **Twitter**
- [[email protected]](mailto:[email protected])

License
======

**OpenCV-Dynamic** is available under the **3-clause BSD** license. See [LICENSE](https://github.com/Legoless/OpenCV-Dynamic/blob/master/LICENSE) file for more information.

Also respect [OpenCV License](https://github.com/opencv/opencv/blob/master/LICENSE) and conditions.