blob: bc6c2490ccb734975c1f56de4945384c45fc6df6 [file] [log] [blame]
{
"name": "CellCoordinator",
"version": "0.0.1",
"summary": "The ultimate API for UITableView and UICollectionView. Simple. Powerful. Objective-C and Swift compatible.",
"description": "# CellCoordinator\nCellCoordinator extends `UICollectionView`, and `UITableView` with a comprehensive source-providing API that makes it simple to build complex table-based/collection-based controllers.",
"homepage": "https://github.com/DarkDarius/CellCoordinator",
"license": {
"type": "GNU GPLv3",
"file": "LICENSE"
},
"authors": {
"Darius": "manaev@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DarkDarius/CellCoordinator.git",
"tag": "0.0.1"
},
"source_files": "CellCoordinator/CellCoordinator",
"frameworks": [
"UIKit",
"Foundation"
]
}