| { |
| "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" |
| ] |
| } |