Skip to content

Commit 6063c92

Browse files
author
Pierre
committed
[Update] ShadowView (1.3)
1 parent aa84045 commit 6063c92

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

ShadowView/1.3/ShadowView.podspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'ShadowView'
4+
s.version = '1.3'
5+
s.summary = 'ShadowView is an iOS Shadow library that makes view\'s shadow implementation easy and sweet'
6+
7+
s.description = <<-DESC
8+
Add simple shadows to add a gaussian blurred projection (as a shadow) to any UIView.
9+
The library cimatible with the storyboard.
10+
DESC
11+
12+
s.homepage = 'https://github.com/PierrePerrin/ShadowView'
13+
s.license = { :type => 'MIT', :file => 'LICENSE' }
14+
s.author = { 'Pierre Pierrin' => 'pierreperrin@outlook.com' }
15+
s.source = { :git => 'https://github.com/PierrePerrin/ShadowView.git', :tag => s.version.to_s }
16+
s.ios.deployment_target = '8.1'
17+
s.source_files = 'ShadowView/ShadowView/*.swift'
18+
19+
end

0 commit comments

Comments
 (0)