Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyenlx committed Sep 26, 2021
1 parent b1c3e83 commit 00e2805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LXGPUImage2.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'LXGPUImage2'
s.module_name = 'GPUImage'
s.version = '6.0.1'
s.version = '6.0.3'
s.license = 'BSD'
s.summary = 'An open source iOS framework for GPU-based image and video processing.'
s.homepage = 'https://github.com/GottaYotta/GPUImage2'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
'OTHER_SWIFT_FLAGS' => "$(inherited) -DGLES",
'VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS' => "OpenGLES" }

s.ios.deployment_target = '9.0'
s.ios.deployment_target = '10.0'
s.ios.exclude_files = 'framework/Source/Mac', 'framework/Source/Linux', 'framework/Source/Operations/Shaders/ConvertedShaders_GL.swift'
s.frameworks = ['OpenGLES', 'CoreMedia', 'QuartzCore', 'AVFoundation']
s.swift_version = '4.0'
Expand Down

0 comments on commit 00e2805

Please sign in to comment.