blob: 3ce01bb2e33d78a495a991efae1049f0b70d551d [file] [log] [blame]
{
"name": "Ver-ID-SDK-Identity",
"version": "2.0.0",
"summary": "Provides identity for clients of Ver-ID face recognition SDK",
"module_name": "VerIDSDKIdentity",
"homepage": "https://github.com/AppliedRecognition/",
"documentation_url": "https://appliedrecognition.github.io/Ver-ID-SDK-Identity-Apple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jakub Dolejs",
"swift_versions": "5.0",
"platforms": {
"ios": "10.3",
"osx": "10.13.0"
},
"source": {
"git": "https://github.com/AppliedRecognition/Ver-ID-SDK-Identity-Apple.git",
"tag": "v2.0.0"
},
"source_files": "VerIDSDKIdentity/*.swift",
"frameworks": [
"Security",
"SystemConfiguration"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "VerIDSDKIdentityTests/*.swift",
"resources": "VerIDSDKIdentityTests/*.p12"
}
],
"swift_version": "5.0"
}