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