aboutsummaryrefslogtreecommitdiff
path: root/Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec')
-rw-r--r--Carthage/Checkouts/LaunchAtLogin/LaunchAtLogin.podspec14
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