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