[Add] DebugSwift 0.3.9
[CocoaPods.git] / Specs / 7 / 2 / b / BlankSlate / 0.4.1 / BlankSlate.podspec.json
blob1c9ec6987721744a8aae4b3d153277bbd5b06267
2   "name": "BlankSlate",
3   "version": "0.4.1",
4   "summary": "A drop-in UIView/UIScrollView/UITableView/UICollectionView superclass extension for showing empty datasets whenever the view has no content to display.",
5   "description": "It will work automatically, by just conforming to BlankSlateDataSource, and returning the data you want to show. The reloadData() call will be observed so the empty dataset will be configured whenever needed.",
6   "homepage": "https://github.com/liam-i/BlankSlate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam": "liam_i@163.com"
13   },
14   "source": {
15     "git": "https://github.com/liam-i/BlankSlate.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0"
21   },
22   "swift_versions": [
23     "5.0"
24   ],
25   "source_files": "Sources/**/*",
26   "swift_version": "5.0"