Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo committed Mar 14, 2016
1 parent 46ce8c5 commit 4662dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions YUGPUImageHighPassSkinSmoothing.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'YUGPUImageHighPassSkinSmoothing'
s.version = '1.0'
s.version = '1.2'
s.author = { 'YuAo' => '[email protected]' }
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'
Expand Down

0 comments on commit 4662dcc

Please sign in to comment.