blob: f6a8dc781a3e6b5fc4583906b73d5366c8bc876d [file] [log] [blame]
{
"name": "Autofiller",
"version": "0.1.1",
"summary": "Simple library for connecting login and password field into Password Autofill form",
"swift_versions": "5.0",
"description": "This library moves UITextFields into their common ancestor view so Password Autofill could see connection between them",
"homepage": "http://github.com/djachenko/Autofiller",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Igor Djachenko": "i.s.djachenko@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/djachenko/Autofiller.git",
"tag": "0.1.1"
},
"source_files": [
"Autofiller/*.{h,swift}",
"Autofiller/Helpers/*.swift"
],
"swift_version": "5.0"
}