[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / c / f / d / UIEmptyState / 4.0.1 / UIEmptyState.podspec.json
blob6fe6ba452c87bc436c09001a49904439a6969947
2   "name": "UIEmptyState",
3   "version": "4.0.1",
4   "summary": "An empty state control to give visually appealing context when building iOS applications.",
5   "description": "s.swift_version = '4.2'\nEmpty 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": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/luispadron/UIEmptyState.git",
25     "tag": "v4.0.1"
26   },
27   "source_files": [
28     "src/UIEmptyState",
29     "src/UIEmptyState/**/*.{h,m}"
30   ]