[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / a / 4 / YFEmptyDataSet / 1.2.0 / YFEmptyDataSet.podspec.json
blob52eaee9a2c8038227e21e66e2e3c8dd9997922cb
2   "name": "YFEmptyDataSet",
3   "version": "1.2.0",
4   "summary": "A drop-in UIView extension for showing empty datasets whenever the view has no content to display",
5   "description": "Customble and Configable, can used in Any UIView\nIt will work automatically, by just conforming to YFEmptyDataSet, 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/yonfong/YFEmptyDataSet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yonfong": "yongfongzhang@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yonfong/YFEmptyDataSet.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YFEmptyDataSet/Classes/**/*",
23   "swift_version": "5.0"