blob: 57d6b6cdd956505334eb7003941135ed3cae2331 [file] [log] [blame]
{
"name": "Rx-Ver-ID",
"module_name": "RxVerID",
"version": "1.4.0",
"summary": "Reactive implementation of Ver-ID face detection and recognition",
"homepage": "https://github.com/AppliedRecognition",
"license": {
"type": "COMMERCIAL",
"file": "LICENCE.txt"
},
"authors": "Jakub Dolejs",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AppliedRecognition/Rx-Ver-ID-Apple.git",
"tag": "v1.4.0"
},
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_versions": [
"5.0",
"5.1"
],
"documentation_url": "https://appliedrecognition.github.io/Rx-Ver-ID-Apple/",
"subspecs": [
{
"name": "Core",
"source_files": "RxVerID/RxVerID.swift",
"dependencies": {
"Ver-ID-Core": [
">= 1.10.4",
"< 2"
]
}
},
{
"name": "UI",
"source_files": "RxVerID/RxVerID+Session.swift",
"dependencies": {
"Rx-Ver-ID/Core": [
"1.4.0"
],
"Ver-ID-UI": [
">= 1.10.4",
"< 2"
]
}
}
],
"swift_version": "5.1"
}