Skip to content

MarcSteven/MSTouchID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSTouchID

A library to verify TouchID or faceID to login your app

CocoaPods

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