File tree 3 files changed +9
-2
lines changed 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.0
2
+
3
+ * Updates to GEOSwift 10.0.0
4
+ * Fixes build error on macCatalyst
5
+ * Increases min Swift version to 5.5
6
+ * Drops support for Carthage
7
+
1
8
## 3.0.0
2
9
3
10
* Updated for Xcode 12
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'GEOSwiftMapKit'
3
- s . version = '3 .0.0'
3
+ s . version = '4 .0.0'
4
4
s . swift_version = '5.5'
5
5
s . cocoapods_version = '~> 1.10'
6
6
s . summary = 'MapKit support for GEOSwift'
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ at least controversial. Use of geos without dynamic linking is discouraged.
30
30
31
31
1 . Update the top-level dependencies in your ` Package.swift ` to include:
32
32
33
- .package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "3 .0.0")
33
+ .package(url: "https://github.com/GEOSwift/GEOSwiftMapKit.git", from: "4 .0.0")
34
34
35
35
2 . Update the target dependencies in your ` Package.swift ` to include
36
36
You can’t perform that action at this time.
0 commit comments