Skip to content

Commit

Permalink
Update to 4.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensmiley committed Jul 16, 2020
1 parent 4141f0b commit 955ddaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ChatSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChatSDK"
s.version = "4.14.2"
s.version = "4.14.3"
s.summary = "Chat SDK - Mobile messaging framework for iOS"
s.homepage = "https://sdk.chat"
s.license = { :type => 'Chat SDK License', :file => 'LICENSE.md' }
Expand Down Expand Up @@ -83,10 +83,10 @@ Pod::Spec.new do |s|
s.subspec 'ModAddContactWithQRCode' do |s|

s.source_files = ['ChatSDKExtras/AddContactWithQRCode/**/*.{swift,h,m}']
s.resource_bundles = {
'ChatExtras' => ['ChatSDKExtras/AddContactWithQRCode/**/*.{xib,storyboard}']
}

# s.resource_bundles = {
# 'ChatExtras' => ['ChatSDKExtras/AddContactWithQRCode/**/*.{xib,storyboard}']
# }
s.dependency 'ChatSDK/Core'

end

Expand Down
2 changes: 1 addition & 1 deletion ChatSDKFirebase.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChatSDKFirebase"
s.version = "4.14.1"
s.version = "4.14.3"
s.summary = "Chat SDK - Mobile messaging framework for iOS"
s.homepage = "https://sdk.chat"
s.license = { :type => 'Chat SDK License', :file => 'LICENSE.md' }
Expand Down

0 comments on commit 955ddaa

Please sign in to comment.