blob: 2c8395b7f9247458764aa350b1f32124b7bc580b [file] [log] [blame]
{
"name": "OtpSecure",
"version": "2.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": "8.0"
},
"source": {
"git": "https://github.com/ecertic/otpsecure-swift.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.0"
}