Skip to content

Commit

Permalink
Explicitly pin StreamChat version in StreamChatUI podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStavik committed Apr 28, 2021
1 parent 18cfee3 commit f23f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreamChatUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |spec|

spec.framework = "Foundation", "UIKit"

spec.dependency "StreamChat", "~> 3.0"
spec.dependency "StreamChat", "#{spec.version}"
spec.dependency "Nuke", "~> 9.0"
spec.dependency "SwiftyGif", "~> 5.0"
end
Expand Down

0 comments on commit f23f8eb

Please sign in to comment.