Initial commit

This commit is contained in:
Andrey Blinov
2019-11-15 23:21:03 +07:00
commit e78c12a6d3
21 changed files with 1165 additions and 0 deletions

11
Example/Podfile Normal file
View File

@@ -0,0 +1,11 @@
use_frameworks!
target 'OnlineChatSdk_Example' do
pod 'OnlineChatSdk', :path => '../'
target 'OnlineChatSdk_Tests' do
inherit! :search_paths
pod 'FBSnapshotTestCase' , '~> 2.1.4'
end
end