blob: b678382e45437447d6a1813b38d2fc5b94bec4d0 [file] [log] [blame]
{
"name": "ReusableTableViewController",
"version": "0.4.0",
"summary": "A simple MVVM-driven table view controller using generics.",
"homepage": "https://github.com/dclelland/ReusableTableViewController",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/ReusableTableViewController.git",
"tag": "0.4.0"
},
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"Reusable": [
"~> 4.0.3"
],
"RefreshableViewController": [
"~> 0.7.0"
]
}
},
"platforms": {
"ios": "10.0"
}
}