diff --git a/ROThumbnailGenerator.podspec b/ROThumbnailGenerator.podspec index 6b61bb1..a54aed1 100644 --- a/ROThumbnailGenerator.podspec +++ b/ROThumbnailGenerator.podspec @@ -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 diff --git a/ROThumbnailGenerator.xcodeproj/project.pbxproj b/ROThumbnailGenerator.xcodeproj/project.pbxproj index b8e3663..7b2493e 100644 --- a/ROThumbnailGenerator.xcodeproj/project.pbxproj +++ b/ROThumbnailGenerator.xcodeproj/project.pbxproj @@ -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; @@ -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";