Skip to content

Commit

Permalink
Set Deployment Target Back to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Oster committed Sep 20, 2016
1 parent e44d694 commit 2d02b35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ROThumbnailGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

Pod::Spec.new do |spec|
spec.name = 'ROThumbnailGenerator'
spec.version = '2.1.0'
spec.version = '2.1.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/prine/ROThumbnailGenerator'
spec.authors = { 'Robin Oster' => 'prine.dev@gmail.com' }
spec.summary = 'Creates thumbnails of different file types very easily'
spec.source = { :git => 'https://github.com/prine/ROThumbnailGenerator.git', :tag => "2.1.0" }
spec.source = { :git => 'https://github.com/prine/ROThumbnailGenerator.git', :tag => "2.1.1" }
spec.source_files = 'Source/**/*'
spec.framework = 'SystemConfiguration'
spec.ios.deployment_target = '9.3'
spec.ios.deployment_target = '8.4'
end
4 changes: 2 additions & 2 deletions ROThumbnailGenerator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -391,7 +391,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down

0 comments on commit 2d02b35

Please sign in to comment.