blob: ab5000909a7ecb53c34954c757e1ead6dbc20bf2 [file] [log] [blame]
{
"name": "UnifyID",
"version": "4.0.0",
"summary": "UnifyID Authentication SDK",
"description": "Authenticate and identify your users using motion data.",
"homepage": "https://github.com/UnifyID/unifyid-ios-sdk",
"license": {
"type": "Commercial",
"text": "See https://unify.id/terms"
},
"authors": {
"UnifyID": "support@unify.id"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.1",
"source": {
"http": "https://github.com/UnifyID/unifyid-ios-sdk/releases/download/UnifyID-v4.0.0/UnifyID-v4.0.0.zip"
},
"dependencies": {
"Sodium": [
"0.8.0"
],
"KeychainSwift": [
"~> 19.0.0"
]
},
"subspecs": [
{
"name": "HumanDetect",
"dependencies": {
"UnifyID-HumanDetect": [
"~> 3.0.0"
]
}
},
{
"name": "PushAuth",
"dependencies": {
"UnifyID-PushAuth": [
"~> 3.0.0"
]
}
},
{
"name": "GaitAuth",
"dependencies": {
"UnifyID-GaitAuth": [
"~> 4.0.0"
]
}
}
],
"swift_version": "5.1"
}