blob: d9dc4eed929fb9be8aa5a3580463377078047836 [file] [log] [blame]
{
"name": "DTTableViewManager",
"version": "2.0.1",
"license": "MIT",
"summary": "The most simple and robust way to manage UITableView.",
"homepage": "https://github.com/DenHeadless/DTTableViewManager",
"authors": {
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"source": {
"git": "https://github.com/DenHeadless/DTTableViewManager.git",
"tag": "2.0.1"
},
"source_files": "DTTableViewManager",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}