blob: c8ebd9869319fb03eadef46616bcfa7a028c015d [file] [log] [blame]
{
"name": "OverlayWindow",
"swift_versions": "5.0",
"version": "0.1.0",
"summary": "OverlayWindow displays a new window on top of any existing ones. Perfect for controller-independent modal presentation",
"description": "OverlayWindow displays a new window on top of any existing ones. Perfect for controller-independent modal presentation. Fade-in animation for displaying and dismissing the overlay window.",
"homepage": "https://github.com/lveecode/OverlayWindow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lesya V": ""
},
"source": {
"git": "https://github.com/lveecode/OverlayWindow.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "OverlayWindow/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}