[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / c / 4 / Autofiller / 0.1.1 / Autofiller.podspec.json
blobf6a8dc781a3e6b5fc4583906b73d5366c8bc876d
2   "name": "Autofiller",
3   "version": "0.1.1",
4   "summary": "Simple library for connecting login and password field into Password Autofill form",
5   "swift_versions": "5.0",
6   "description": "This library moves UITextFields into their common ancestor view so Password Autofill could see connection between them",
7   "homepage": "http://github.com/djachenko/Autofiller",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Igor Djachenko": "i.s.djachenko@gmail.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/djachenko/Autofiller.git",
20     "tag": "0.1.1"
21   },
22   "source_files": [
23     "Autofiller/*.{h,swift}",
24     "Autofiller/Helpers/*.swift"
25   ],
26   "swift_version": "5.0"