[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 8 / e / d / DataEntryToolbar / 0.1.4 / DataEntryToolbar.podspec.json
blobf35623dc56fb30d2ced9bcb45de745c9121988dc
2   "name": "DataEntryToolbar",
3   "version": "0.1.4",
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   "authors": {
9     "jeff": "jday@jdayapps.com"
10   },
11   "source": {
12     "git": "https://github.com/jday001/DataEntryToolbar.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/jday001",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.swift",
21   "resource_bundles": {
22     "DataEntryToolbar": [
23       "Pod/Assets/*.png"
24     ]
25   }