blob: 441ea5abe064b4d4e9b74b8660a7fe1fd08c42ad [file] [log] [blame]
{
"name": "PSMeter",
"version": "0.1.2",
"summary": "A password strength meter for iOS",
"description": "'A password strength meter to use in your iOS apps, it estimates the password strength and updates strength progress bar accordingly.'",
"homepage": "https://github.com/baianat/PSMeter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Baianat": "development@baianat.com"
},
"source": {
"git": "https://github.com/baianat/PSMeter.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "PSMeter/Classes/**/*",
"dependencies": {
"Navajo-Swift": [
],
"GTProgressBar": [
]
},
"swift_version": "5.0"
}