blob: 9b7b7ebb814193f054abb70c374b06fad5e8e242 [file] [log] [blame]
{
"name": "Bento",
"version": "0.4",
"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": "10.0"
},
"source": {
"git": "https://github.com/Babylonpartners/Bento.git",
"tag": "0.4"
},
"source_files": [
"Bento/*.swift",
"Bento/**/*.swift",
"Common/*.swift"
],
"resource_bundles": {
"Bento": "Bento/Resources/Media.xcassets"
},
"exclude_files": "Bento/Components.playground/**/*",
"swift_version": "4.2",
"dependencies": {
"FlexibleDiff": [
"= 0.0.8"
]
}
}