Browse Source

Allow iOS 7.0 for Cocoapods

Robert Payne 11 years ago
parent
commit
24de96971a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Snap.podspec

+ 1 - 1
Snap.podspec

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
   s.social_media_url = 'http://twitter.com/robertjpayne'
   s.source = { :git => 'https://github.com/Masonry/Snap.git', :tag => '0.0.2' }
 
-  s.ios.deployment_target = '8.0'
+  s.ios.deployment_target = '7.0'
   s.osx.deployment_target = '10.9'
 
   s.source_files = 'Snap/*.swift'