[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 2 / DBIndexPath / 0.1.0 / DBIndexPath.podspec.json
blobf6a70987ce682ecac4707035eeb5a4fae65f0bc5
2   "name": "DBIndexPath",
3   "version": "0.1.0",
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.0"
20   },
21   "source_files": "DBIndexPath/**/*.{h,m,swift}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true