blob: f6a70987ce682ecac4707035eeb5a4fae65f0bc5 [file] [log] [blame]
{
"name": "DBIndexPath",
"version": "0.1.0",
"summary": "A simple Swift struct that allows you to define enums with NSIndexPaths, to allow easier UITableView configuration.",
"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.",
"homepage": "https://github.com/danielbyon/DBIndexPath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Byon": "contact@danielbyon.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/danielbyon/DBIndexPath.git",
"tag": "0.1.0"
},
"source_files": "DBIndexPath/**/*.{h,m,swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}