blob: 82da2cc88f38cf51054d9e0f4af46b54f487e73e [file] [log] [blame]
{
"name": "OOB",
"version": "0.1.3",
"summary": "iOS 通过摄像头图像识别,基于 OpenCV 实现。",
"description": "基于 OpenCV,开发 iOS 平台的图像识别。前期开发优化基于“模板匹配法”的图像识别 API,后期计划开发基于 Haar 和 LBP 等特征的图像分类器。",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"prefix_header_file": false,
"static_framework": true,
"source_files": "OOB/Classes/**/*",
"dependencies": {
"OpenCV2": [
]
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
]
}