[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / f / WATableViewAdapter / 0.1.0 / WATableViewAdapter.podspec.json
blob587eb6e174fcaa21096a9e4b18bdfb65b970889f
2   "name": "WATableViewAdapter",
3   "version": "0.1.0",
4   "swift_version": "4.1",
5   "summary": "WATableViewAdapter contains wrappers for UITableViewDatasource and UITableViewDelegate which provides multilevel tableview.",
6   "description": "iOS tabelview does not provides the multi-level functionality. WATableViewAdapter provides this functionality. This library contains wrappers for UITableViewDatasource and UITableViewDelegate which provides functionality of multilevel tableview.",
7   "homepage": "https://github.com/wasimshigri/WATableViewAdapter",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "wasimshigri": "wasimshigri@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/wasimshigri/WATableViewAdapter.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "WATableViewAdapter/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SwipeCellKit": [
27     ]
28   }