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