blob: efdbb4d4ecf35fd77061fcbe8bae6e58df24715f [file] [log] [blame]
{
"name": "Screenshots",
"version": "0.3.2",
"summary": "Create screenshots on macOS via the screencapture CLI.",
"description": "This lib allows you to create screenshots includin screen coordinates via the screencapture CLI.\nIt also supports watching Desktop for any system screenshots.",
"homepage": "https://github.com/blackbeltlabs/Screenshots",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mirko Kiefer": "mail@mirkokiefer.com"
},
"source": {
"git": "https://github.com/blackbeltlabs/Screenshots.git",
"tag": "0.3.2"
},
"social_media_url": "https://twitter.com/mirkokiefer",
"platforms": {
"osx": "10.13"
},
"swift_versions": "5.0",
"source_files": "Screenshots/Classes/**/*",
"dependencies": {
"SwiftDirectoryWatcher": [
"0.0.8"
]
},
"swift_version": "5.0"
}