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