A library to verify TouchID or faceID to login your app
CocoaPods 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
:
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