Skip to content

Commit

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

0 comments on commit a12310f

Please sign in to comment.