blob: 1a6a7f161ce4ac696643425acf83e6ee9a93536d [file] [log] [blame]
{
"name": "Empty",
"version": "0.1.0",
"summary": "Quick and easy UIView to use when you have no data to show. Also great for displaying errors!",
"description": "During those times where there is no data to show to your user, Empty to the rescue! Empty is a quick and easy way to display a message to your user and help with the next step by adding a button with 1 line of code. \n\nConfigured with default settings that will work for most use cases, but customizable enough to cover more.",
"homepage": "https://github.com/levibostian/Empty-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi.bostian@gmail.com"
},
"source": {
"git": "https://github.com/levibostian/Empty-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Empty/Classes/**/*",
"frameworks": "UIKit"
}