| { |
| "name": "QiuboArcfaceKit", |
| "version": "0.0.1", |
| "summary": "虹软人脸识别插件", |
| "description": "虹软视觉开放平台提供以免费的人脸识别SDK技术,为开发者免费提供人脸识别、人脸检测、人脸追踪、活体检测、人证比对技术等SDK。提供智能解决方案,致力于为创业团队提供视觉智能技术支撑。", |
| "homepage": "https://gitee.com/xiaoyiyu/qiubo.arcface.kit", |
| "license": "MIT", |
| "authors": { |
| "xiaoyiyu": "xiaqiubo123@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/xiaoyiyu/qiubo.arcface.kit.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "ArcSoftFaceEngine.framework", |
| "ArcSoftFaceEngine.framework/Headers/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "ArcSoftFaceEngine.framework/Headers/*.h" |
| } |