blob: be3caf302a5d7027d0f3c6237db8364106e213b5 [file] [log] [blame]
{
"name": "Screenshots",
"version": "0.3.1",
"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.1"
},
"social_media_url": "https://twitter.com/mirkokiefer",
"platforms": {
"osx": "10.13"
},
"swift_versions": "4.2",
"source_files": "Screenshots/Classes/**/*",
"dependencies": {
"SwiftDirectoryWatcher": [
"0.0.7"
]
},
"swift_version": "4.2"
}