blob: d812189d37a67708a6c92d12101f506a4e4f9b80 [file] [log] [blame]
{
"name": "Compose",
"version": "1.0",
"summary": "Compose is a library that helps you compose complex and dynamic views.",
"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.",
"homepage": "https://github.com/vivareal/Compose",
"documentation_url": "https://vivareal.github.io/Compose/index.html",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Bilescky": "brunogb@gmail.com"
},
"source": {
"git": "https://github.com/vivareal/Compose.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"source_files": "Compose/Classes/**/*"
}