blob: 2b5c7d603b21b615435bf30624c1e171815896ca [file] [log] [blame]
{
"name": "Rx-Ver-ID",
"version": "1.1.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"
},
"swift_versions": [
"5.0",
"5.1"
],
"source": {
"http": "https://ver-id.s3.us-east-1.amazonaws.com/ios/rxverid/1.1.0/RxVerID.zip"
},
"vendored_frameworks": "RxVerID.framework",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"default_subspecs": "UI",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Ver-ID-Core": [
">= 1.9.3",
"~> 1"
]
}
},
{
"name": "UI",
"dependencies": {
"Ver-ID-UI": [
">= 1.9.3",
"~> 1"
]
}
}
],
"swift_version": "5.1"
}