-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed objectEnumerator error when invoking channel change event
- Loading branch information
Showing
14 changed files
with
1,136 additions
and
1,123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'SendBirdSDK' | ||
s.version = "3.1.20" | ||
s.version = "3.1.21" | ||
s.summary = 'Sendbird Chat iOS Framework' | ||
s.description = 'Messaging and Chat API for Mobile Apps and Websites' | ||
s.homepage = 'https://sendbird.com' | ||
s.license = 'Commercial' | ||
s.authors = { | ||
'Jed Gyeong' => '[email protected]', | ||
'Celine Moon' => '[email protected]', | ||
'Erenst Hong' => '[email protected]' | ||
'Erenst Hong' => '[email protected]', | ||
'Pitt Cho' => '[email protected]' | ||
} | ||
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v#{s.version}" } | ||
s.requires_arc = true | ||
|
Oops, something went wrong.