blob: 6a221860d7c9a6649cbcd0013059b38a4956e17c [file] [log] [blame]
{
"name": "FacerReCocoapods",
"version": "1.0.5",
"summary": "A short description of FacerReCocoapods.",
"description": "一个人脸识别的cocoapods项目",
"homepage": "http://EXAMPLE/FacerReCocoapods",
"license": "MIT",
"authors": {
"": ""
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xia2137228/FacerReCocoapods.git",
"tag": "1.0.5"
},
"source_files": [
"FacerReCocoapods",
"*.{h}"
],
"ios": {
"vendored_libraries": "*.a"
},
"dependencies": {
"OpenCV": [
"~> 3.4.2"
]
},
"frameworks": [
"UIKit",
"Foundation",
"AssetsLibrary",
"CoreMedia",
"AVFoundation",
"Accelerate"
],
"libraries": [
"stdc++",
"c++"
],
"exclude_files": "FacerReCocoapods/Exclude",
"requires_arc": true,
"subspecs": [
{
"name": "model",
"source_files": "model/*.{xml,bin}"
}
]
}