diff options
| author | FivePixels <o5pxels@gmail.com> | 2019-03-13 02:32:48 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2019-03-13 02:32:48 -0500 |
| commit | 44fd4eedbbba9d28efd301c554f611c08f26a3ca (patch) | |
| tree | fc778dd663994dff3123469a7630f0d9d48e9d47 /Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec | |
| parent | 7799cba77fd833817d16465c5be96ff7fcd46451 (diff) | |
| download | dwa140shortcut-44fd4eedbbba9d28efd301c554f611c08f26a3ca.tar.xz dwa140shortcut-44fd4eedbbba9d28efd301c554f611c08f26a3ca.zip | |
Removed Carthage
Diffstat (limited to 'Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec')
| -rw-r--r-- | Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec b/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec deleted file mode 100644 index 608be3a..0000000 --- a/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec +++ /dev/null @@ -1,14 +0,0 @@ -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 |
