Browse Source

Revert "Allow iOS 7.0 for Cocoapods"

This reverts commit 24de96971a132f9717ace5e9ad9659b7b70ef94f.
Robert Payne 11 years ago
parent
commit
d9fdc78bfb
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 = '7.0'
+  s.ios.deployment_target = '8.0'
   s.osx.deployment_target = '10.9'
 
   s.source_files = 'Snap/*.swift'