Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/legoless/opencv-dynamic
- Owner: Legoless
- License: other
- Created: 2017-01-13T12:14:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T09:32:32.000Z (over 5 years ago)
- Last Synced: 2024-10-02T04:43:26.628Z (about 1 month ago)
- Topics: opencv
- Language: Ruby
- Homepage: http://opencv.org
- Size: 12.7 KB
- Stars: 24
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.