[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 2 / HVTableView / 0.2.0 / HVTableView.podspec.json
bloba7e428f332b59c7acf5a0e26f5697f05ce842364
2   "name": "HVTableView",
3   "version": "0.2.0",
4   "summary": "UITableView with expand/collapse feature",
5   "description": "This is a subclass of UITableView with expand/collapse feature that comes useful in many scenarios. The developer can save a lot of time using an expand/collapse tableView instead of creating a detail viewController for each cell. Consequently the details of each cell can be displayed right on the same table without switching to another view.",
6   "homepage": "https://github.com/innovian/HVTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Innovian": "innovian.com"
13   },
14   "source": {
15     "git": "https://github.com/innovian/HVTableView.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HVTableView/Classes/**/*"