[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / e / d / DataEntryToolbar / 0.1.5 / DataEntryToolbar.podspec.json
blob7ceaf51251b05dd43df0fd6a659350ec920ccd6c
2   "name": "DataEntryToolbar",
3   "version": "0.1.5",
4   "summary": "A subclass of UIToolbar used to navigate up and down a dynamic tableView's text fields'.",
5   "description": "\n                    DataEntryToolbar is a subclass of UIToolbar intended for use as the input accessory view of a keyboard or picker, providing Next, Previous, & Done buttons to navigate up and down a dynamic tableView.\n\n                    To set up:\n                    - Set a `DataEntryToolbar` instance as the inputAccessoryView of `UITextFields` you want to control\n                    - Add textFields to `tableTextFields` in cellForRowAtIndexPath, using the textField's cell's indexPath as a key\n                    - If you want to be notified when a user taps one of the navigation buttons, implement the necessary closures\n                    - The look and feel of the toolbar and its buttons can be customized as you would with any toolbar (i.e. barStyle, barTintColor, or button tintColor properties)\n\n",
6   "homepage": "https://github.com/jday001/DataEntryToolbar",
7   "license": "MIT",
8   "module_name": "DataEntryToolbarPod",
9   "authors": {
10     "jeff": "jday@jdayapps.com"
11   },
12   "source": {
13     "git": "https://github.com/jday001/DataEntryToolbar.git",
14     "tag": "0.1.5"
15   },
16   "social_media_url": "https://twitter.com/jday001",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/*.swift",
22   "resource_bundles": {
23     "DataEntryToolbar": [
24       "Pod/Assets/*.png"
25     ]
26   }