[Add] RosPush 1.0.0
[CocoaPods.git] / Specs / c / f / d / UIEmptyState / 0.4.0 / UIEmptyState.podspec.json
blobb6e4995e77bab7bbbb96e8e75d3eafa932b821c6
2   "name": "UIEmptyState",
3   "version": "0.4.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": "9.0"
22   },
23   "source": {
24     "git": "https://github.com/luispadron/UIEmptyState.git",
25     "tag": "v0.4.0"
26   },
27   "source_files": [
28     "UIEmptyState",
29     "UIEmptyState/**/*.{h,m}"
30   ],
31   "pushed_with_swift_version": "3.0"