vn-verdnaturachat/ios/Pods/Local Podspecs/EXLocalAuthentication.podsp...

27 lines
830 B
JSON

{
"name": "EXLocalAuthentication",
"version": "9.2.0",
"summary": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.",
"description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.",
"license": "MIT",
"authors": "650 Industries, Inc.",
"homepage": "https://docs.expo.io/versions/latest/sdk/local-authentication/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/expo/expo.git"
},
"source_files": "EXLocalAuthentication/**/*.{h,m}",
"preserve_paths": "EXLocalAuthentication/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"UMCore": [
],
"UMConstantsInterface": [
]
}
}