blob: 2ee470fa86ebe3e8cf6e43fe2e0c7d84161cff00 [file] [log] [blame]
{
"name": "OneTimeCodeView",
"version": "1.0.0",
"summary": "Simple iOS library written in swift, which provides a UITextField for .oneTimeCode with a great UX",
"description": "This is a handy replacement for UITextField which should be used with .oneTimeCode (2FA, second factor)\nAccessible from iOS 12",
"homepage": "https://github.com/nethergrim/OneTimeCodeView",
"screenshots": [
"https://github.com/nethergrim/OneTimeCodeView/blob/master/res/filled.png?raw=true",
"https://github.com/nethergrim/OneTimeCodeView/blob/master/res/empty.png?raw=true"
],
"license": "MIT",
"authors": {
"Andrii Drobiazko": "c2q9450@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/nethergrim/OneTimeCodeView.git",
"tag": "1.0.0"
},
"source_files": "OneTimeCodeView/*.{h,m,swift}",
"swift_versions": "4.0",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.0"
}