diff options
| author | FivePixels <o5pxels@gmail.com> | 2019-01-07 20:13:47 -0600 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2019-01-07 20:13:47 -0600 |
| commit | 33590b7c5b66d4a8abf043f0edd4e32dbd39795c (patch) | |
| tree | 23bb3fb6e9b11dc788a4b7496a8157ca54008f52 /Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec | |
| parent | ac6f551c70d67afe5a76dcfdafcde7eda7748b79 (diff) | |
| download | dwa140shortcut-33590b7c5b66d4a8abf043f0edd4e32dbd39795c.tar.xz dwa140shortcut-33590b7c5b66d4a8abf043f0edd4e32dbd39795c.zip | |
meet?
Diffstat (limited to 'Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec')
| -rw-r--r-- | Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec b/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec new file mode 100644 index 0000000..608be3a --- /dev/null +++ b/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'LaunchAtLogin' + s.version = '2.5.0' + s.summary = 'Add "Launch at Login" functionality to your sandboxed macOS app in seconds' + s.license = 'MIT' + s.homepage = 'https://github.com/sindresorhus/LaunchAtLogin' + s.social_media_url = 'https://twitter.com/sindresorhus' + s.authors = { 'Sindre Sorhus' => 'sindresorhus@gmail.com' } + s.source = { :git => 'https://github.com/sindresorhus/LaunchAtLogin.git', :tag => "v#{s.version}" } + s.source_files = 'LaunchAtLogin', 'LaunchAtLoginHelper' + s.resource = 'LaunchAtLogin/copy-helper.sh' + s.swift_version = '4.2' + s.platform = :macos, '10.12' +end |
