blob: e271d6178b7833e904675fb6d35fe3fb775cd99d [file] [log] [blame]
{
"name": "ReusableTableViewController",
"version": "0.2.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.2.0"
},
"ios": {
"source_files": "Sources/**/*.swift",
"dependencies": {
"Reusable": [
"~> 4.0"
],
"RefreshableViewController": [
"~> 0.3"
]
}
},
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.2"
}