blob: 5cbe94a102c7200b29254d321a02a876d04c2a89 [file] [log] [blame]
{
"name": "ERPINCodeViewController",
"version": "1.0.3",
"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.3"
},
"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"
}