[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 3 / Bento / 0.4 / Bento.podspec.json
blob9b7b7ebb814193f054abb70c374b06fad5e8e242
2   "name": "Bento",
3   "version": "0.4",
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": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/Babylonpartners/Bento.git",
19     "tag": "0.4"
20   },
21   "source_files": [
22     "Bento/*.swift",
23     "Bento/**/*.swift",
24     "Common/*.swift"
25   ],
26   "resource_bundles": {
27     "Bento": "Bento/Resources/Media.xcassets"
28   },
29   "exclude_files": "Bento/Components.playground/**/*",
30   "swift_version": "4.2",
31   "dependencies": {
32     "FlexibleDiff": [
33       "= 0.0.8"
34     ]
35   }