blob: 00eec884ac6d05a2fc78fc97b1e10636cce71ded [file] [log] [blame]
{
"name": "PasswordTextField",
"version": "1.0.3",
"summary": "A custom TextField with a switchable icon which shows or hides the password and enforce good password policies",
"description": "A custom TextField with a switchable icon which shows or hides the password and enforce good password policies, written in Swift",
"homepage": "https://github.com/PiXeL16/PasswordTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Jimenez": "cjimenez16@gmail.com"
},
"social_media_url": "http://twitter.com/chrisjimeneznat",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PiXeL16/PasswordTextField.git",
"tag": "1.0.3"
},
"source_files": [
"PasswordTextField/",
"PasswordTextField/**/*.{h,m,swift}"
],
"resource_bundles": {
"PasswordTextField": "PasswordTextField/**/*.png"
},
"requires_arc": true
}