blob: 32a46c5f6753b99ae5869c40f1c7a00a92b12c6d [file] [log] [blame]
{
"name": "DTTableViewManager",
"version": "2.0.0",
"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.0"
},
"source_files": "DTTableViewManager",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}