4 "summary": "A UI component that avoid schreenshots and recordings",
5 "description": "Simply Wrap the view you want not to be screenshotted (or recorded) in a ShyView and add it to your hierarchy; ShyView will take care of the rest.\nExample:\n```swift\nlet topSecretLabel = UILabel()\ntopSecretLabel.text = \"4, 8, 15, 16, 23, 42\"\n\nlet shyView = ShyView(topSecretLabel)\nview.addSubview(topSecretLabel)\n```",
6 "homepage": "https://github.com/MarioIannotta/ShyView",
12 "MarioIannotta": "info@marioiannotta.com"
15 "git": "https://github.com/MarioIannotta/ShyView.git",
18 "social_media_url": "https://twitter.com/marioiannotta",
19 "source_files": "ShyView/ShyView.swift",
20 "swift_versions": "5",