2 "name": "SHMTableView",
4 "summary": "SHMTableView is a wrapper around UITableView datasource, that helps you define table contents by mapping view types to model instances.",
5 "description": "HMTableView helps you abstract away the routine stuff in UITableViewDataSource and UITableViewDelegate. Instead you can focus on structure and content to be displayed by UITableView.\n\nTo use SHMTableView, you must:\n\n 1. Create data model instances\n 2. Map data models to view types\n 3. Pass your mapping to the SHMTableView library\n\nSHMTableView creates and configures all UITableViewCell instances to be displayed in UITableView.",
6 "homepage": "https://github.com/ShowMax/SHMTableView",
12 "Showmax": "ios@showmax.com"
15 "git": "https://github.com/ShowMax/SHMTableView.git",
18 "social_media_url": "https://twitter.com/showmaxdevs",
23 "frameworks": "UIKit",
28 "exclude_files": "Source/SHMTableViewKeyboardVisibilityHandler.swift"
30 "pushed_with_swift_version": "3.1"