blob: 15f769215e6bfa484af746951419b6859b8ed646 [file] [log] [blame]
{
"name": "PaddedView",
"version": "1.1.0",
"summary": "Easily add padding to your UILabels, UIImageViews, and custom UIViews.",
"description": "PaddedView is a UIView subclass that sets its layoutMargins to UIEdgeInsetsZero if its content's height or width is zero. This makes it easy to create views that need to show padding, but which need the padding to disappear when their content is nil.",
"homepage": "https://github.com/project-a/paddedview",
"screenshots": [
"https://raw.githubusercontent.com/project-a/paddedview/master/Screenshots/iOS-screenshot-1.png",
"https://raw.githubusercontent.com/project-a/paddedview/master/Screenshots/iOS-screenshot-2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ariel Elkin": "ariel.elkin@project-a.com",
"Project A Ventures": "info@project-a.com"
},
"social_media_url": "https://twitter.com/ProjectAcom",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/project-a/paddedview.git",
"tag": "1.1.0"
},
"source_files": "PaddedView.swift"
}