Latest | 1.0.0 |
---|---|
Homepage | https://github.com/vkaramov/VKFingerprint |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | Foundation, Security, LocalAuthentication |
Authors |
VKFingerprint is a lightweight fingerprint library written in Swift. Enables fingerprint scanner usage for the capable iOS devices.
Requirements
Xcode 7.0 or later
iOS 8.2 or later
Installation
VKFingerprint is available through CocoaPods. To install
it, simply add the following line to your Podfile:
use_frameworks!
pod "VKFingerprint"
Usage
See example project.
Author
Viacheslav Karamov
License
VKFingerprint is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "VKFingerprint", "version": "1.0.0", "summary": "Simple Fingerprint Swift wrapper for iOS", "description": "Lightweight fingerprint library written in Swift. Enables fingerprint scanner usage for the capable iOS devices", "homepage": "https://github.com/vkaramov/VKFingerprint", "license": "MIT", "authors": { "Viacheslav Karamov": "vkaramov a_t yandex dot ru" }, "source": { "git": "https://github.com/vkaramov/VKFingerprint.git", "tag": "1.0.0" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "VKFingerprint": [ "Pod/Assets/*.png" ] }, "frameworks": [ "Foundation", "Security", "LocalAuthentication" ] }
Mon, 29 Feb 2016 20:02:03 +0000