blob: 7d38d57c8d338110646ba45ed498b3ca7db3fddb [file] [log] [blame]
{
"name": "ERPINCodeViewController",
"version": "1.0.2",
"summary": "Easy PIN Code generation, changing, and verifying via Keychain.",
"description": "ERPINCodeViewController makes it easy to prompt users to generate a client-side PIN code, request verification using a simple API. ERPINCodeViewController takes care of UI associated with creating, changing, and verifying PIN codes while storing data securly in the Keychain.",
"homepage": "https://github.com/erusso1/ERPINCodeViewController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/ERPINCodeViewController.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "ERPINCodeViewController/Classes/**/*",
"dependencies": {
"KeychainAccess": [
],
"CryptoSwift": [
]
},
"resource_bundles": {
"ERPINCodeViewController_Resources": [
"ERPINCodeViewController/Assets/*"
]
},
"swift_version": "5.0"
}