Skip to content

Commit

Permalink
updated podspec source file path, dropped ios version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiehanssen committed Mar 31, 2016
1 parent 0e5616b commit 223ce99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GIFSet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/alfiehanssen/GIFSet.git", :tag => s.version.to_s }

s.platform = :ios, '9.0'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'GIFSet-Source/**/*.{h,m}'
s.source_files = 'GIFSet/GIFSet/Source/**/*.{h,m}'

s.frameworks = 'Foundation', 'MobileCoreServices', 'AVFoundation', 'CoreGraphics', 'UIKit', 'ImageIO'

Expand Down
4 changes: 2 additions & 2 deletions GIFSet/GIFSet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -409,7 +409,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 223ce99

Please sign in to comment.