blob: c11e058f1cefbc7ce102edd1cbe0f240eb0ee5b8 [file] [log] [blame]
{
"name": "OOB",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"prefix_header_file": false,
"static_framework": true,
"source_files": "OOB/Classes/**/*",
"dependencies": {
"OpenCV2": [
]
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
]
}