[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / c / 5 / b / MSTableViewDataSource / 1.1.3 / MSTableViewDataSource.podspec.json
blob8144fd1528c058912d7fa2d6341cdb057321e985
2   "name": "MSTableViewDataSource",
3   "version": "1.1.3",
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.1.3"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/**/*.{h,m,swift}"
24   ],
25   "exclude_files": "Example Project",
26   "requires_arc": true