Skip to content

Commit 72b2614

Browse files
committed
UpdateProdspec
1 parent 3b20159 commit 72b2614

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ShadowView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
2-
s.name = 'PPMusicImageShadow'
2+
s.name = 'ShadowView'
33
s.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

66
s.description = <<-DESC
77
Add simple shadows to add a gaussian blurred projection (as a shadow) to any UIView.
@@ -10,7 +10,7 @@ DESC
1010
s.homepage = 'https://github.com/PierrePerrin/ShadowView'
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }
1212
s.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 }
1414
s.ios.deployment_target = '9.0'
1515
s.source_files = 'ShadowView/ShadowView/*{.h,.m,.swift}'
1616

0 commit comments

Comments
 (0)