Revert "Allow iOS 7.0 for Cocoapods"

This reverts commit 24de96971a.
This commit is contained in:
Robert Payne 2015-01-09 10:10:12 +13:00
parent 24de96971a
commit d9fdc78bfb
1 changed files with 1 additions and 1 deletions

View File

@ -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'