blob: be2ea2eef50b6151a8c3c5c243371ef35750b182 [file] [log] [blame]
{
"name": "Screenshots",
"version": "0.1.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.1.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"
]
}
}