blob: acca1c535e258793ec62cb042b1b2ee0f42f4ab0 [file] [log] [blame]
{
"name": "Bento",
"version": "0.3",
"summary": "Component based abstraction on top of UITableView and UICollectionView",
"description": "Component-based abstraction on top of UITableView and UICollectionView.\nProvides a declarative way to render data in UITableView and UICollectionView",
"homepage": "https://github.com/Babylonpartners/Bento",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Babylon iOS": "ios.development@babylonhealth.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Babylonpartners/Bento.git",
"tag": "0.3"
},
"source_files": [
"Bento/*.swift",
"Bento/**/*.swift"
],
"dependencies": {
"FlexibleDiff": [
"= 0.0.5"
]
}
}