blob: 27cc622dbb7f6a6126b481c2e8db588b39797f31 [file] [log] [blame]
{
"name": "OtpSecure",
"version": "1.0.0",
"summary": "This library allows you to quickly and easily validate otps sent through OtpSecure Service.",
"description": "This Swift library allows you to quickly and easily validate otps sent through OtpSecure Service using Swift.",
"homepage": "https://github.com/ecertic/otpsecure-swift.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego SepĂșlveda Blanco": "d.sepulvedabl@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/ecertic/otpsecure-swift.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2"
}