File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Add it as a dependency within your `Package.swift` manifest:
159
159
160
160
``` swift
161
161
dependencies: [
162
- .package (url : " https://github.com/paololeonardi/WaterfallGrid.git" , from : " 1.0 .0" )
162
+ .package (url : " https://github.com/paololeonardi/WaterfallGrid.git" , from : " 1.1 .0" )
163
163
]
164
164
```
165
165
@@ -168,7 +168,7 @@ dependencies: [
168
168
You can install ` WaterfallGrid ` via CocoaPods by adding the following line to your ` Podfile ` :
169
169
170
170
``` ruby
171
- pod ' WaterfallGrid' , ' ~> 1.0 .0'
171
+ pod ' WaterfallGrid' , ' ~> 1.1 .0'
172
172
```
173
173
174
174
Run the ` pod install ` command to download the library
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "WaterfallGrid"
3
- spec . version = "1.0.1 "
3
+ spec . version = "1.1.0 "
4
4
spec . summary = "A waterfall grid layout view for SwiftUI."
5
5
spec . homepage = "https://github.com/paololeonardi/WaterfallGrid"
6
6
@@ -12,9 +12,10 @@ Pod::Spec.new do |spec|
12
12
spec . ios . deployment_target = "13.0"
13
13
spec . osx . deployment_target = "10.15"
14
14
spec . watchos . deployment_target = "6.0"
15
+ spec . visionos . deployment_target = "1.0"
15
16
spec . tvos . deployment_target = "13.0"
16
17
17
- spec . swift_version = '5.1 '
18
+ spec . swift_version = '5.9 '
18
19
19
20
spec . source = { :git => "https://github.com/paololeonardi/WaterfallGrid.git" , :tag => "#{ spec . version } " }
20
21
You can’t perform that action at this time.
0 commit comments