Skip to content

Commit

Permalink
Update the minimum version of dependent SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tezpark authored May 16, 2020
1 parent e6f3cf4 commit d34cb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SendBirdUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.ios.vendored_frameworks = 'SendBirdUIKit.framework'
s.ios.frameworks = ["UIKit", "Foundation", "CoreData", "SendBirdSDK"]
s.requires_arc = true
s.dependency "SendBirdSDK", "~>3.0.175"
s.dependency "SendBirdSDK", "~>3.0.179"
s.ios.library = "icucore"
end
end

0 comments on commit d34cb7c

Please sign in to comment.