Skip to content

Commit bcd5da6

Browse files
author
Pierre Perrin
committed
Merge podspec
2 parents e948ac2 + 6798ee1 commit bcd5da6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ShadowView.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'ShadowView'
4-
s.version = '1.4.0'
4+
5+
s.version = '1.4.1'
6+
57
s.summary = 'ShadowView is an iOS Shadow library that makes view\'s shadow implementation easy and sweet'
68

79
s.description = <<-DESC

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)