| { |
| "name": "LaunchAtLogin", |
| "version": "2.2.0", |
| "summary": "Add \"Launch at Login\" functionality to your sandboxed macOS app in seconds", |
| "license": "MIT", |
| "homepage": "https://github.com/sindresorhus/LaunchAtLogin", |
| "social_media_url": "https://twitter.com/sindresorhus", |
| "authors": { |
| "Sindre Sorhus": "sindresorhus@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sindresorhus/LaunchAtLogin.git", |
| "tag": "v2.2.0" |
| }, |
| "source_files": [ |
| "LaunchAtLogin", |
| "LaunchAtLoginHelper" |
| ], |
| "resources": "LaunchAtLogin/copy-helper.sh", |
| "swift_version": "4.1", |
| "platforms": { |
| "osx": "10.12" |
| }, |
| "deprecated": true |
| } |