blob: 2bf163b721ad556985dd49f17cc0443fa530a358 [file] [log] [blame]
{
"name": "PleaseHold",
"version": "0.0.1",
"summary": "Quick and easy progress UIView to place in your app.",
"description": "In the moments when you need to show a blocking progress UIView in your app, PleaseHold is a quick way to put one in your app. Configured with default settings that will work for most use cases, but customizable enough to cover more. Do us all a favor, and avoid blocking views 😉.",
"homepage": "https://github.com/levibostian/PleaseHold-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Levi Bostian": "levi.bostian@gmail.com"
},
"source": {
"git": "https://github.com/levibostian/PleaseHold-iOS.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "PleaseHold/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}