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.
- Host: GitHub
- URL: https://github.com/fueled/opencv-ios-macos
- Owner: Fueled
- License: apache-2.0
- Created: 2021-03-15T15:04:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T15:17:52.000Z (over 5 years ago)
- Last Synced: 2025-07-08T20:09:33.428Z (12 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```