[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / c / 5 / b / MSTableViewDataSource / 1.5.1 / MSTableViewDataSource.podspec.json
blobcf1bfbd48504918bc3625f69f980f69efb58feaf
2   "name": "MSTableViewDataSource",
3   "version": "1.5.1",
4   "summary": "UITableView DataSource Class written in Swift",
5   "description": "UITableView DataSource Class written in Swift that moves away repetitive code and helps keeps the View Controller light.",
6   "homepage": "https://github.com/Prince2k3/TableViewDataSource.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Prince Ugwuh": "prince.ugwuh@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Prince2k3/TableViewDataSource.git",
19     "tag": "1.5.1"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/**/*.{h,m,swift}"
24   ],
25   "exclude_files": [
26     "Example Project Objc",
27     "Example Project Swift"
28   ],
29   "requires_arc": true,
30   "pushed_with_swift_version": "3.0"