Skip to content

Commit 2bb4de4

Browse files
committed
Relax dependency requirements (Carthage,CocoaPods)
1 parent bf6ae84 commit 2bb4de4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "GEOSwift/GEOSwift" ~> 8.0.1
1+
github "GEOSwift/GEOSwift" ~> 8.0

GEOSwiftMapKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
}
2323
s.source_files = 'GEOSwiftMapKit/*.{swift,h}'
2424
s.macos.exclude_files = 'GEOSwiftMapKit/GEOSwift+MapKitQuickLook.swift'
25-
s.dependency 'GEOSwift', '~> 8.0.1'
25+
s.dependency 'GEOSwift', '~> 8.0'
2626
end

0 commit comments

Comments
 (0)