blob: f5585543f3e839735a9a063732557179480590dd [file] [log] [blame]
{
"name": "OneTimeCodeView",
"version": "1.0.1",
"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": "10.0"
},
"source": {
"git": "https://github.com/nethergrim/OneTimeCodeView.git",
"tag": "1.0.1"
},
"source_files": "OneTimeCodeView/*.{h,m,swift}",
"swift_versions": "4.0",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.0"
}