[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / c / b / SLEmptyPage / 1.1.3 / SLEmptyPage.podspec.json
blobca95ab7330d75852d745d0f5b7910b9d16c51063
2   "name": "SLEmptyPage",
3   "version": "1.1.3",
4   "swift_versions": "5.0",
5   "summary": "空状态页",
6   "description": "设置UITableView和UICollectionView没有展示信息时显示自定义的空状态页面",
7   "homepage": "https://github.com/2NU71AN9/SLEmptyPage",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "2UN7": "1491859758@qq.com"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/2NU71AN9/SLEmptyPage.git",
20     "tag": "v1.1.3"
21   },
22   "source_files": "SLEmptyPage/EmptyPage/**/*",
23   "resource_bundles": {
24     "SLEmptyPage": [
25       "SLEmptyPage/EmptyPage/**/*.xib",
26       "SLEmptyPage/*.xcassets"
27     ]
28   },
29   "requires_arc": true,
30   "dependencies": {
31     "SnapKit": [
33     ]
34   },
35   "swift_version": "5.0"