blob: 6e552462482b743d6d302c6023849d64ee4198ba [file] [log] [blame]
{
"name": "ScrollingTableViewsController",
"version": "0.8",
"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.8"
},
"source_files": [
"ScrollingTableViewsController/ScrollingTableViewsWithMenu.swift",
"ScrollingTableViewsController/MenuBar.swift",
"ScrollingTableViewsController/ScrollingView.swift",
"ScrollingTableViewsController/ScrollingTableViewController.swift"
]
}