[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 4 / DataViewable / 0.1.0 / DataViewable.podspec.json
bloba5d4d69be92b29cb7e55102e40d5b3d3cd8e5eed
2   "name": "DataViewable",
3   "version": "0.1.0",
4   "summary": "An empty data set and loading indicator framework.",
5   "description": "DataViewable is an extensible, protocol-based framework to make it easy to display empty data sets and loading indicators for any view that is used to display data to users. The DataViewable protocol defines an interface for creating empty data sets. Default implementations in the DataViewable protocol extension provide the bulk of the logic necessary to easily implement empty data sets and loading indicators on any view type.",
6   "homepage": "https://github.com/stablekernel/DataViewable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ian MacCallum": "ian.maccallum@stablekernel.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/stablekernel/DataViewable.git",
19     "tag": "v0.1.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "swift_version": "4.1"