From a12310fdc7a93e3fddfb9b188e9de85d2945b595 Mon Sep 17 00:00:00 2001 From: YuAo Date: Wed, 27 Jan 2016 11:26:57 +0800 Subject: [PATCH] update podspec --- YUCIHighPassSkinSmoothing.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/YUCIHighPassSkinSmoothing.podspec b/YUCIHighPassSkinSmoothing.podspec index d7e9909..13453ee 100644 --- a/YUCIHighPassSkinSmoothing.podspec +++ b/YUCIHighPassSkinSmoothing.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'YUCIHighPassSkinSmoothing' - s.version = '1.0' + s.version = '1.1' s.author = { 'YuAo' => 'me@imyuao.com' } s.homepage = 'https://github.com/YuAo/YUCIHighPassSkinSmoothing' s.summary = 'An implementation of High Pass Skin Smoothing using CoreImage.framework' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.source = {:git => 'https://github.com/YuAo/YUCIHighPassSkinSmoothing.git', :tag => '1.0'} + s.source = {:git => 'https://github.com/YuAo/YUCIHighPassSkinSmoothing.git', :tag => '1.1'} s.requires_arc = true s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.10' + s.osx.deployment_target = '10.11' s.source_files = 'Sources/**/*.{h,m}' s.resources = 'Sources/**/*.{png,cikernel}' end