4 "summary": "Stop dealing with dataSources and delegates. Use compose to create your collectionView/tableView.",
5 "description": "Compose is a data-driven library that will help encapsulate and isolate all the information needed to display a view inside some container (UICollectionView/UITableView), so you don't need to handle with all dataSource/delegate methods.",
6 "homepage": "https://github.com/vivareal/Compose",
7 "documentation_url": "https://vivareal.github.io/Compose/index.html",
13 "Bruno Bilescky": "brunogb@gmail.com"
16 "git": "https://github.com/vivareal/Compose.git",
22 "frameworks": "UIKit",
23 "source_files": "Compose/Classes/**/*",
24 "pushed_with_swift_version": "3.0"