blob: 0ffb539e409a4b5fd87430cd6ea25483bd337757 [file] [log] [blame]
{
"name": "Rx-Ver-ID",
"module_name": "RxVerID",
"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"
},
"source": {
"git": "https://github.com/AppliedRecognition/Rx-Ver-ID-Apple.git",
"tag": "v1.1.0"
},
"source_files": [
"RxVerID/*.swift",
"RxVerID/*.h"
],
"public_header_files": "RxVerID/*.h",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_versions": [
"5.0",
"5.1"
],
"default_subspecs": "UI",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Ver-ID-Core": [
">= 1.9.3",
"< 2"
]
}
},
{
"name": "UI",
"dependencies": {
"Ver-ID-UI": [
">= 1.9.3",
"< 2"
]
}
}
],
"swift_version": "5.1"
}