Skip to content

Commit 3e6e9c3

Browse files
committed
Fix pessimistic version contraint in podspec
1 parent 61fd943 commit 3e6e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RMQClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.source = { :git => "https://github.com/rabbitmq/rabbitmq-objc-client.git", :tag => "v#{s.version}" }
1515
s.source_files = "RMQClient", "RMQClient/**/*.{h,m}"
1616
s.dependency "JKVValue"
17-
s.dependency "CocoaAsyncSocket", "~> 7.4"
17+
s.dependency "CocoaAsyncSocket", "~> 7.4.0"
1818
end

0 commit comments

Comments
 (0)