| { |
| "name": "OOB", |
| "version": "0.1.1", |
| "summary": "iOS 通过摄像头图像识别,基于 OpenCV 实现。", |
| "description": "iOS 通过摄像头图像识别,基于 OpenCV 模板匹配法实现。", |
| "homepage": "https://github.com/muzipiao/OOB", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lifei": "lifei_zdjl@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/muzipiao/OOB.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "prefix_header_file": false, |
| "static_framework": true, |
| "source_files": "OOB/Classes/**/*", |
| "dependencies": { |
| "OpenCV": [ |
| "~> 3.4.2" |
| ] |
| } |
| } |