From e8d87724423619484743771acdf51a53e6d4fc5b Mon Sep 17 00:00:00 2001 From: Josh Bernfeld Date: Wed, 24 Jun 2020 19:01:33 -0700 Subject: [PATCH] Rename podfile --- GPUImage2-Pixel.podspec => PixelSDK-GPUImage2.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename GPUImage2-Pixel.podspec => PixelSDK-GPUImage2.podspec (97%) diff --git a/GPUImage2-Pixel.podspec b/PixelSDK-GPUImage2.podspec similarity index 97% rename from GPUImage2-Pixel.podspec rename to PixelSDK-GPUImage2.podspec index 2fc15aa9..0b64d85c 100644 --- a/GPUImage2-Pixel.podspec +++ b/PixelSDK-GPUImage2.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'PixelSDK-GPUImage2' s.module_name = 'GPUImage' - s.version = '4.0.0' + s.version = '5.0.0' s.license = 'BSD' s.summary = 'An open source iOS framework for GPU-based image and video processing.' s.homepage = 'https://github.com/GottaYotta/GPUImage2'