[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / f / EmptyState / 0.0.1 / EmptyState.podspec.json
blobc5241dfc2e6134c33f850c3bba1d0eddcc468b3e
2   "name": "EmptyState",
3   "swift_versions": "5.0",
4   "version": "0.0.1",
5   "summary": "Showing empty datasets whenever the view has no content to display",
6   "description": "By just conforming to EmptyStateDatasource,you can show view with different state such like loading/empty/network error/failed and so on",
7   "homepage": "https://github.com/LeaderBoy/EmptyStateView",
8   "license": "MIT",
9   "authors": {
10     "LeaderBoy": "748603349@qq.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/LeaderBoy/EmptyStateView.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "SwiftEmptyStateView/EmptyState",
21     "SwiftEmptyStateView/EmptyState/**/*.swift"
22   ],
23   "resources": "SwiftEmptyStateView/EmptyState/**/*.xib",
24   "swift_version": "5.0"