blob: e241607ca773bcacda85e52dd41eb7373211e79d [file] [log] [blame]
{
"name": "Screenshots",
"version": "0.3.0",
"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/mirkokiefer/Screenshots",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mirko Kiefer": "mail@mirkokiefer.com"
},
"source": {
"git": "https://github.com/mirkokiefer/Screenshots.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/mirkokiefer",
"platforms": {
"osx": "10.13"
},
"swift_version": "4.2",
"source_files": "Screenshots/Classes/**/*",
"dependencies": {
"SwiftDirectoryWatcher": [
"0.0.6"
]
}
}