blob: 259526497aa1e528df22a9c0cbd82a9df94788ee [file] [log] [blame]
{
"name": "Autofiller",
"version": "0.0.1",
"summary": "Lightweight 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.0.1"
},
"source_files": [
"Autofiller/*.{h,swift}",
"Autofiller/Helpers/*.swift"
],
"swift_version": "5.0"
}