4 "summary": "A toolkit for creating dynamic forms on iOS.",
5 "description": " Dynamic forms on iOS with support for:\n\n * Programmatically building forms\n * Save/load static forms to and from plists\n * Text input fields (with or without labels)\n * Pick list input\n * Switches\n * Date input with shortcuts\n * Nested subforms\n * Expandable/collapsible subfroms\n * Expandable/collapsible inline editors for fields\n * Save/Cancel of edits (including subforms)\n * Previous/next buttons to navigate text fields\n * Automatic handling of first responder when text fields scroll out of sight\n * Automatic scrolling of active text fields to middle of visible area\n * Handling of keyboard show and hide\n * Extensible with new field types\n",
6 "homepage": "https://github.com/frankodwyer/FODFormKit",
8 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/form-with-subform.png",
9 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/form-with-subform-pushed.png",
10 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/inline-subform-collapsed.png",
11 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/inline-subform-expanded.png",
12 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/textfield-navigation.png",
13 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/inline-picker-expanded.png",
14 "https://github.com/frankodwyer/FODFormKit/raw/master/screenshots/inline-date-editor-expanded.png"
18 "Frank O'Dwyer": "frankodwyer@netscape.net"
21 "git": "https://github.com/frankodwyer/FODFormKit.git",
28 "source_files": "Classes/**/*.{h,m}",
30 "exclude_files": "Classes/osx"
33 "exclude_files": "Classes/ios"