blob: 7c19c63b685dc61d7821dd6f7cc6796e7eb28e02 [file] [log] [blame]
{
"name": "ReusableTableViewController",
"version": "0.5.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.5.0"
},
"swift_versions": "5.0",
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"Reusable": [
"~> 4.1.0"
],
"RefreshableViewController": [
"~> 0.8.0"
]
}
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0"
}