[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / a / 4 / YFEmptyDataSet / 1.0.0 / YFEmptyDataSet.podspec.json
blob3d99d5477f49a71017348eb057022f91facd33bc
2   "name": "YFEmptyDataSet",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YFEmptyDataSet/Classes/**/*",
23   "dependencies": {
24     "SnapKit": [
25       "~> 5.6.0"
26     ]
27   },
28   "swift_version": "5.0"