[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 9 / ShyView / 0.1.0 / ShyView.podspec.json
blob556050eede61fa65ba9de67391b11fb529cd9dae
2   "name": "ShyView",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MarioIannotta": "info@marioiannotta.com"
13   },
14   "source": {
15     "git": "https://github.com/MarioIannotta/ShyView.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/marioiannotta",
19   "source_files": "ShyView/ShyView.swift",
20   "swift_versions": "5",
21   "platforms": {
22     "ios": "13.0"
23   },
24   "swift_version": "5"