4 "summary": "A simple Swift struct that allows you to define enums with NSIndexPaths, to allow easier UITableView configuration.",
5 "description": "DBIndexPath is a simple wrapper struct around an NSIndexPath, to make it \npossible to define an index path enum and switch on its cases. This is \nespecially useful in UITableViewDataSource/UITableViewDelegate methods, where\nyou might execute different code depending on which row you are dealing with.",
6 "homepage": "https://github.com/danielbyon/DBIndexPath",
12 "Daniel Byon": "contact@danielbyon.com"
18 "git": "https://github.com/danielbyon/DBIndexPath.git",
21 "source_files": "DBIndexPath/**/*.{h,m,swift}",