blob: 46fcb2404d3d92438eb6e9aec9481f46183b7659 [file] [log] [blame]
{
"name": "CWLibs",
"version": "0.1.2",
"summary": "CWLibs is supported by research institute",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.cloudwalk.work/iOS_AI/CWLibs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EthanLuo": "luoyanqing@cloudwalk.cn"
},
"source": {
"git": "https://gitlab.cloudwalk.work/iOS_AI/CWLibs.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"libraries": "c++",
"subspecs": [
{
"name": "Libs",
"subspecs": [
{
"name": "Common",
"source_files": "CWLibs/Classes/Libs/Common/**/*"
},
{
"name": "FaceDetect",
"source_files": "CWLibs/Classes/Libs/FaceDetect/**/*"
},
{
"name": "CardFront",
"source_files": "CWLibs/Classes/Libs/CardFront/**/*"
},
{
"name": "BankCard",
"source_files": "CWLibs/Classes/Libs/BankCard/**/*"
},
{
"name": "IDCards",
"source_files": "CWLibs/Classes/Libs/IDCards/**/*"
}
]
},
{
"name": "Models",
"subspecs": [
{
"name": "FaceDetect",
"source_files": "CWLibs/Classes/Models/FaceDetect/**/*"
},
{
"name": "CardFront",
"source_files": "CWLibs/Classes/Models/CardFront/**/*"
},
{
"name": "BankCard",
"source_files": "CWLibs/Classes/Models/BankCard/**/*"
},
{
"name": "IDCards",
"source_files": "CWLibs/Classes/Models/IDCards/**/*"
}
]
}
]
}