[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 3 / Bento / 0.1 / Bento.podspec.json
blob6b8da0fa70455f364bacf5ace1d1ed3cf368f592
2   "name": "Bento",
3   "version": "0.1",
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.1"
20   },
21   "source_files": [
22     "Bento/*.swift",
23     "Bento/**/*.swift"
24   ],
25   "dependencies": {
26     "FlexibleDiff": [
27       "= 0.0.5"
28     ]
29   }