[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 8 / c / TableVector / 0.3.1 / TableVector.podspec.json
blob70b39937bb2feaea1093670a463efb427d725caa
2   "name": "TableVector",
3   "version": "0.3.1",
4   "summary": "A general purpose library to simplify working with UITableView",
5   "description": "Use TableVector like a more flexible NSFetchedResultsController to streamline UITableView insertions, deletions, and updates",
6   "homepage": "https://github.com/dietcoke27/TableVector",
7   "license": "MIT",
8   "authors": {
9     "dietcoke27": "crk@fastmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dietcoke27/TableVector.git",
13     "tag": "0.3.1"
14   },
15   "social_media_url": "https://twitter.com/colekurk",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Source/**/*",
21   "resource_bundles": {
22     "TableVector": [
23       "Pod/Assets/*.png"
24     ]
25   }