[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / d / UIEmptyState / 5.0.0 / UIEmptyState.podspec.json
blob23e2131035ee567527f8793bcb71c979aa6334e3
2   "name": "UIEmptyState",
3   "version": "5.0.0",
4   "summary": "An empty state control to give visually appealing context when building iOS applications.",
5   "description": "Empty state control which gives context with either a message, image, and buttons to the user when ever there is a reason the state is empty.\nEasily conform to the protocol to provide a visually appealing view to an empty table view controller.",
6   "homepage": "https://github.com/luispadron/UIEmptyState",
7   "screenshots": [
8     "https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen1.jpg",
9     "https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen2.jpg",
10     "https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen3.jpg"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Luis Padron": "luis@luispadron.com"
18   },
19   "social_media_url": "https://luispadron.com",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "swift_versions": "5.3",
24   "source": {
25     "git": "https://github.com/luispadron/UIEmptyState.git",
26     "tag": "v5.0.0"
27   },
28   "source_files": [
29     "src/UIEmptyState",
30     "src/UIEmptyState/**/*.{h,m}"
31   ],
32   "swift_version": "5.3"