blob: f248ad77abe10de1c1f71699fd6a8b91fb14aaa8 [file] [log] [blame]
{
"name": "MSTableViewDataSource",
"version": "1.0.2",
"summary": "UITableView DataSource Class",
"description": "UITableView DataSource Class that moves away repetitive code and helps keeps the View Controller light.",
"homepage": "https://github.com/Prince2k3/TableViewDataSource.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Prince Ugwuh": "prince.ugwuh@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Prince2k3/TableViewDataSource.git",
"tag": "1.0.2"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Example Project",
"requires_arc": true
}