blob: 40f31c8e689f032be4e2845fc78c7c3b8db247cd [file] [log] [blame]
{
"name": "OTPGenerator",
"version": "1.0.1",
"summary": "Add one time passwords generation to your app.",
"description": "Add one time passwords generation to your app. If you are going to provide MultiFactor Authentication (MFA) to your clients this library allows you to do so easily.",
"homepage": "https://github.com/codewise/ios-otp-generators",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": [
{
"Marcin Zbijowski": "marcin.zbijowski@codewise.com"
}
],
"source": {
"git": "https://github.com/codewise/ios-otp-generators.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OTPGenerator/OTPGenerator/*.{h,swift}",
"exclude_files": [
"OTPGeneratorExample",
"Screenshots"
],
"requires_arc": true
}