[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 7 / e / 3 / Bento / 0.3 / Bento.podspec.json
blobacca1c535e258793ec62cb042b1b2ee0f42f4ab0
2   "name": "Bento",
3   "version": "0.3",
4   "summary": "Component based abstraction on top of UITableView and UICollectionView",
5   "description": "Component-based abstraction on top of UITableView and UICollectionView.\nProvides a declarative way to render data in UITableView and UICollectionView",
6   "homepage": "https://github.com/Babylonpartners/Bento",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Babylon iOS": "ios.development@babylonhealth.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/Babylonpartners/Bento.git",
19     "tag": "0.3"
20   },
21   "source_files": [
22     "Bento/*.swift",
23     "Bento/**/*.swift"
24   ],
25   "dependencies": {
26     "FlexibleDiff": [
27       "= 0.0.5"
28     ]
29   }