[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 2 / b / BlankSlate / 0.7.1 / BlankSlate.podspec.json
blob2fdfb5eb16f0c13d9ff13c448259d4c173644215
2   "name": "BlankSlate",
3   "version": "0.7.1",
4   "summary": "A drop-in UIView extension for showing empty datasets whenever the view has no content to display.",
5   "description": "It will work automatically, by just conforming to BlankSlate.DataSource, 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.7.1"
17   },
18   "screenshots": "https://raw.githubusercontent.com/wiki/liam-i/BlankSlate/Screenshots/1.png",
19   "social_media_url": "https://liam-i.github.io",
20   "cocoapods_version": ">= 1.13.0",
21   "platforms": {
22     "ios": "12.0",
23     "tvos": "12.0",
24     "visionos": "1.1"
25   },
26   "swift_versions": [
27     "5.0"
28   ],
29   "source_files": "Sources/**/*",
30   "resource_bundles": {
31     "BlankSlate": [
32       "Sources/PrivacyInfo.xcprivacy"
33     ]
34   },
35   "swift_version": "5.0"