aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.podspec
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-16 11:38:43 +0100
committerTomáš Znamenáček2015-01-16 11:38:43 +0100
commit66fd9b8e4117069d2c58563d668577f5af0dae87 (patch)
tree3a816319fad68295dd9f10eb48ab7871eb383d56 /MASShortcut.podspec
parent1baa2bae9d63093d64239992dc702b10d149b7c5 (diff)
parent27eace979e202116e44db3dc6acc9a8427ecaa0a (diff)
downloadMASShortcut-66fd9b8e4117069d2c58563d668577f5af0dae87.tar.bz2
Merge pull request #57 from shpakovski/legacy-osx-support
Legacy OS X support down to 10.6 included (fixes #56).
Diffstat (limited to 'MASShortcut.podspec')
-rw-r--r--MASShortcut.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcut.podspec b/MASShortcut.podspec
index 8cf824f..ea0304e 100644
--- a/MASShortcut.podspec
+++ b/MASShortcut.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
'Tomáš Znamenáček' => 'tomas.znamenacek@gmail.com' }
s.platform = :osx
- s.osx.deployment_target = "10.7"
+ s.osx.deployment_target = "10.6"
s.source = { :git => 'https://github.com/shpakovski/MASShortcut.git', :tag => '2.0.1' }
s.source_files = 'Framework/*.{h,m}'
s.exclude_files = 'Framework/*Tests.m'