| { |
| "name": "OOB", |
| "version": "1.1.0", |
| "summary": "iOS 图像识别,基于 OpenCV 实现。", |
| "description": "基于 OpenCV 的图像识别工具类,识别摄像头视频流,视频文件,图片中目标,通过 cocoapods 一键集成,快速使用。", |
| "homepage": "https://github.com/muzipiao", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lifei": "lifei_zdjl@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/muzipiao/OOB.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "prefix_header_file": false, |
| "static_framework": true, |
| "source_files": "OOB/Classes/**/*", |
| "dependencies": { |
| "OpenCV2": [ |
| "~> 4.1.0" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "AVFoundation" |
| ], |
| "requires_arc": true |
| } |