blob: 43e8497fcd24e4ffe94700196293849f25413014 [file] [log] [blame]
{
"name": "UIEmptyState",
"version": "1.0.2",
"summary": "An empty state control to give visually appealing context when building iOS applications.",
"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.",
"homepage": "https://github.com/luispadron/UIEmptyState",
"screenshots": [
"https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen1.jpg",
"https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen2.jpg",
"https://raw.githubusercontent.com/luispadron/UIEmptyState/master/GitHubAssets/screen3.jpg"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Padron": "luis@luispadron.com"
},
"social_media_url": "https://luispadron.com",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/luispadron/UIEmptyState.git",
"tag": "v1.0.2"
},
"source_files": [
"UIEmptyState",
"UIEmptyState/**/*.{h,m}"
],
"pushed_with_swift_version": "4.0"
}