blob: 92dcbea220181b12bae3235fbdc14d8ec6aac151 [file] [log] [blame]
{
"name": "DTTableViewManager",
"version": "1.2.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": "1.2.0"
},
"source_files": "DTTableViewManager",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}