blob: da9928cf823ec9c4d88fbd841834edd729337faf [file] [log] [blame]
{
"name": "PasswordTextField",
"version": "1.0.1",
"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.1"
},
"source_files": [
"PasswordTextField/",
"PasswordTextField/**/*.{h,m,swift}"
],
"resource_bundles": {
"PasswordTextField": "PasswordTextField/**/*.png"
},
"requires_arc": true
}