Skip to content

Commit

Permalink
Bumping ios version support
Browse files Browse the repository at this point in the history
We don't care about 6.0
  • Loading branch information
netbe committed Dec 12, 2014
1 parent 56981c7 commit 6bb71a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S2MToolbox.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "S2MToolbox"
s.version = "0.1.0"
s.summary = "iOS Categories."
s.summary = "iOS Categories and more."
s.homepage = "https://github.com/sinnerschrader-mobile/s2m-toolbox-ios"

s.source = { :git => 'https://github.com/sinnerschrader-mobile/s2m-toolbox-ios.git', :tag => s.version.to_s }
s.authors = { "François Benaiteau" => "francois.benaiteau@sinnerschrader-mobile.com" }

s.ios.deployment_target = '6.0'
s.ios.deployment_target = '7.0'
s.requires_arc = true
s.license = { :type => 'BSD-new', :file => 'LICENSE.txt' }

Expand Down

0 comments on commit 6bb71a5

Please sign in to comment.