An open API service indexing awesome lists of open source software.

https://github.com/marcsteven/mstouchid

MSTouchID to let you login via touchID or faceID
https://github.com/marcsteven/mstouchid

Last synced: 3 months ago
JSON representation

MSTouchID to let you login via touchID or faceID

Awesome Lists containing this project

README

        

# MSTouchID

A library to verify TouchID or faceID to login your app

### CocoaPods

[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Coordinator into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby

platform:ios,"9.0"
use_frameworks!
target "#yourProjectName#"do
pod 'MSTouchID'

end
```
And then please enter the command order as below
` pod install`
And then close the .xcodeproj file and open workspace file.


#Usage
so simple
import 'MSTouchID' in your class and then you can use it well