File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
2- s . name = 'PPMusicImageShadow '
2+ s . name = 'ShadowView '
33s . version = '1.0'
4- s . summary = 'ShadowView makes view' s shadow implementation easy and sweet 🎉 🎊 . '
4+ s . summary = 'ShadowView makes view\ 's shadow implementation easy and sweet.'
55
66s . description = <<-DESC
77Add simple shadows to add a gaussian blurred projection (as a shadow) to any UIView.
1010s . homepage = 'https://github.com/PierrePerrin/ShadowView'
1111s . license = { :type => 'MIT' , :file => 'LICENSE' }
1212s . author = { 'Pierre' => 'Perrin' }
13- s.source = { :git => ' https :/ /github . com /PierrePerrin /ShadowView ', :tag => s.version.to_s }
13+ s . source = { :git => 'https://github.com/PierrePerrin/ShadowView.git ' , :tag => s . version . to_s }
1414s . ios . deployment_target = '9.0'
1515s . source_files = 'ShadowView/ShadowView/*{.h,.m,.swift}'
1616
You can’t perform that action at this time.
0 commit comments