blob: c9b4074c0e6348d6cedea98ae4ac89bb060e5cb9 [file] [log] [blame]
{
"name": "OOB",
"version": "0.1.4",
"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": "0.1.4"
},
"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
}