[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / f / Screenshots / 0.3.3 / Screenshots.podspec.json
blob56f571de6c3ce9d2ca6126cd597412a337e9e6f6
2   "name": "Screenshots",
3   "version": "0.3.3",
4   "summary": "Create screenshots on macOS via the screencapture CLI.",
5   "description": "This lib allows you to create screenshots includin screen coordinates via the screencapture CLI.\nIt also supports watching Desktop for any system screenshots.",
6   "homepage": "https://github.com/blackbeltlabs/Screenshots",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mirko Kiefer": "mail@mirkokiefer.com"
13   },
14   "source": {
15     "git": "https://github.com/blackbeltlabs/Screenshots.git",
16     "tag": "0.3.3"
17   },
18   "social_media_url": "https://twitter.com/mirkokiefer",
19   "platforms": {
20     "osx": "10.13"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Screenshots/Classes/**/*",
24   "dependencies": {
25     "SwiftDirectoryWatcher": [
26       "0.0.8"
27     ]
28   },
29   "swift_version": "5.0"