[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 1 / 2 / DBIndexPath / 0.1.1 / DBIndexPath.podspec.json
blob6af64ccd8efc631ffe0746c67bbfb6e5fce30947
2   "name": "DBIndexPath",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Byon": "contact@danielbyon.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/danielbyon/DBIndexPath.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "DBIndexPath/**/*.{h,m,swift}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true