-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from IanLuo/develop
修复如果在对话没有结束,连接正常的情况下,重新指定客服或者客服组没有效果的问题
- Loading branch information
Showing
8 changed files
with
11 additions
and
8 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
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
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
Binary file not shown.
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 |
---|---|---|
|
@@ -9,14 +9,14 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "Meiqia" | ||
s.version = "3.3.7" | ||
s.version = "3.3.8" | ||
s.summary = "美洽官方 SDK for iOS" | ||
s.description = "美洽官方的 iOS SDK" | ||
|
||
s.homepage = "https://github.com/Meiqia/MeiqiaSDK-iOS" | ||
s.license = 'MIT' | ||
s.author = { "ijinmao" => "[email protected]" } | ||
s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.3.7" } | ||
s.source = { :git => "https://github.com/Meiqia/MeiqiaSDK-iOS.git", :tag => "v3.3.8" } | ||
s.social_media_url = "https://meiqia.com" | ||
s.documentation_url = "https://github.com/Meiqia/MeiqiaSDK-iOS/wiki" | ||
s.platform = :ios, '7.0' | ||
|
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