CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

MSTouchID 0.0.2

MSTouchID 0.0.2

Maintained by marcsteven.



MSTouchID 0.0.2

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