blob: 7653edb2b935f01004fdefffb5e1979840ab7072 [file] [log] [blame]
{
"name": "Ver-ID-UI",
"module_name": "VerIDUI",
"version": "2.0.0-beta.03",
"summary": "Face detection and recognition",
"homepage": "https://github.com/AppliedRecognition",
"license": {
"type": "COMMERCIAL",
"file": "LICENCE.txt"
},
"authors": "Jakub Dolejs",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"documentation_url": "https://appliedrecognition.github.io/Ver-ID-UI-iOS",
"source": {
"git": "https://github.com/AppliedRecognition/Ver-ID-UI-iOS.git",
"tag": "v2.0.0-beta.03"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source_files": "VerIDUI/*.swift",
"resources": [
"VerIDUI/Video/*.mp4",
"VerIDUI/Localization/*.xml",
"VerIDUI/*.xcassets",
"VerIDUI/**.{storyboard,xib}"
],
"dependencies": {
"Ver-ID-Core": [
">= 2.0.0-beta.03",
"< 3.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "5"
}