[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 5 / LPEmptyDataSet / 0.2.3 / LPEmptyDataSet.podspec.json
blob133a1138ed031078592a9d78e13ed225a077c1e7
2   "name": "LPEmptyDataSet",
3   "version": "0.2.3",
4   "summary": "A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display.",
5   "description": "It will work automatically, by just conforming to DZNEmptyDataSetSource, 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/EmptyDataSet",
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/EmptyDataSet.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2",
24     "5.3"
25   ],
26   "source_files": "Sources/Classes/**/*",
27   "swift_version": "5.3"