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

https://github.com/fueled/opencv-ios-macos

OpenCV for macOS served using Cocoapods.
https://github.com/fueled/opencv-ios-macos

Last synced: 15 days ago
JSON representation

OpenCV for macOS served using Cocoapods.

Awesome Lists containing this project

README

          

# OpenCV (iOS & MacOS)

This repo contains OpenCV frameworks, compiled for iOS & macOS, as a single Podspec.

To use, just use the following in your podspec:
```
https://github.com/Fueled/OpenCV-iOS-macOS/blob/master/OpenCV.podspec
```
This will use the latest version available of OpenCV.

You can target a specific version, for example `4.5.1`:
```shell
https://raw.githubusercontent.com/Fueled/OpenCV-iOS-macOS/4.5.1/OpenCV.podspec
```