[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 3 / 1 / FODFormKit / 0.1.0 / FODFormKit.podspec.json
blob403e2eb519888a80446ac8377717127521094978
2   "name": "FODFormKit",
3   "version": "0.1.0",
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",
7   "screenshots": [
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"
15   ],
16   "license": "MIT",
17   "authors": {
18     "Frank O'Dwyer": "frankodwyer@netscape.net"
19   },
20   "source": {
21     "git": "https://github.com/frankodwyer/FODFormKit.git",
22     "tag": "0.1.0"
23   },
24   "platforms": {
25     "ios": "7.0"
26   },
27   "requires_arc": true,
28   "source_files": "Classes/**/*.{h,m}",
29   "ios": {
30     "exclude_files": "Classes/osx"
31   },
32   "osx": {
33     "exclude_files": "Classes/ios"
34   }