blob: 52e6d1f22aff98d2ac64497dc679e9e7c1635afb [file] [log] [blame]
{
"name": "PSMeter",
"version": "0.1.1",
"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": {
"O-labib": "o.labib1995@gmail.com"
},
"source": {
"git": "https://github.com/baianat/PSMeter.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "PSMeter/Classes/**/*",
"dependencies": {
"Navajo-Swift": [
],
"GTProgressBar": [
]
},
"swift_version": "5.0"
}