File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = 'ShadowView'
4
- s . version = '1.4.0'
4
+
5
+ s . version = '1.4.1'
6
+
5
7
s . summary = 'ShadowView is an iOS Shadow library that makes view\'s shadow implementation easy and sweet'
6
8
7
9
s . description = <<-DESC
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments