From 4662dcce252e64abffae0c1900486603e623a16c Mon Sep 17 00:00:00 2001 From: YuAo Date: Mon, 14 Mar 2016 10:45:09 +0800 Subject: [PATCH] update podspec --- YUGPUImageHighPassSkinSmoothing.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YUGPUImageHighPassSkinSmoothing.podspec b/YUGPUImageHighPassSkinSmoothing.podspec index 91373ed..c6bcadf 100644 --- a/YUGPUImageHighPassSkinSmoothing.podspec +++ b/YUGPUImageHighPassSkinSmoothing.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = 'YUGPUImageHighPassSkinSmoothing' - s.version = '1.0' + s.version = '1.2' s.author = { 'YuAo' => 'me@imyuao.com' } s.homepage = 'https://github.com/YuAo/YUGPUImageHighPassSkinSmoothing' s.summary = 'An implementation of High Pass Skin Smoothing using GPUImage' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.source = {:git => 'https://github.com/YuAo/YUGPUImageHighPassSkinSmoothing.git', :tag => '1.0'} + s.source = {:git => 'https://github.com/YuAo/YUGPUImageHighPassSkinSmoothing.git', :tag => '1.2'} s.requires_arc = true - s.ios.deployment_target = '7.0' + s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.source_files = 'Sources/**/*.{h,m}' s.dependency 'GPUImage'