blob: 083370ac9f0f5716bc58a86f8ddb3179210130f9 [file] [log] [blame]
{
"name": "ScrollingTableViewsController",
"version": "0.9",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"homepage": "https://github.com/Kevinw14/ScrollingTableViewsController",
"authors": {
"Kevin Wood": "kevinlw14@gmail.com"
},
"summary": "Framework to help simplify placing two table views side-by-side.",
"source": {
"git": "https://github.com/Kevinw14/ScrollingTableViewsController.git",
"tag": "0.9"
},
"source_files": [
"ScrollingTableViewsController/ScrollingTableViewControllerWithMenu.swift",
"ScrollingTableViewsController/MenuBar.swift",
"ScrollingTableViewsController/ScrollingView.swift",
"ScrollingTableViewsController/ScrollingTableView.swift"
]
}