blob: 62ca73e71a2629bd0e0dcafcb71207faf70f0bf2 [file] [log] [blame]
{
"name": "Ver-ID",
"module_name": "VerIDUI",
"version": "2.0.0",
"summary": "Face detection and recognition",
"homepage": "https://github.com/AppliedRecognition",
"license": {
"type": "COMMERCIAL",
"file": "LICENCE.txt"
},
"authors": "Jakub Dolejs",
"platforms": {
"ios": "10.3"
},
"swift_versions": "5",
"documentation_url": "https://appliedrecognition.github.io/Ver-ID-Core-Apple",
"source": {
"git": "https://github.com/AppliedRecognition/Ver-ID-UI-iOS.git",
"tag": "v2.0.0"
},
"default_subspecs": [
"Core",
"UI"
],
"static_framework": true,
"subspecs": [
{
"name": "UI",
"source_files": "VerIDUI/*.swift",
"resources": [
"VerIDUI/Video/*.mp4",
"VerIDUI/Localization/*.xml",
"VerIDUI/*.xcassets",
"VerIDUI/**.{storyboard,xib}"
],
"dependencies": {
"Ver-ID/Core": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
}
},
{
"name": "Core",
"dependencies": {
"OpenCV2": [
"~> 4.1"
],
"DeviceKit": [
"~> 4.1"
],
"ZIPFoundation": [
"~> 0.9"
],
"Ver-ID-SDK-Identity": [
"~> 3.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"vendored_frameworks": "Frameworks/bitcode/VerIDCore.xcframework"
},
{
"name": "UI-no-bitcode",
"source_files": "VerIDUI/*.swift",
"resources": [
"VerIDUI/Video/*.mp4",
"VerIDUI/Localization/*.xml",
"VerIDUI/*.xcassets",
"VerIDUI/**.{storyboard,xib}"
],
"dependencies": {
"Ver-ID/Core-no-bitcode": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
},
{
"name": "Core-no-bitcode",
"dependencies": {
"OpenCV2": [
"~> 4.1"
],
"DeviceKit": [
"~> 4.1"
],
"ZIPFoundation": [
"~> 0.9"
],
"Ver-ID-SDK-Identity": [
"~> 3.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"vendored_frameworks": "Frameworks/no-bitcode/VerIDCore.xcframework"
}
],
"swift_version": "5"
}