mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-14 16:53:52 +00:00
Initial commit
This commit is contained in:
11
Example/Podfile
Normal file
11
Example/Podfile
Normal 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
|
||||
Reference in New Issue
Block a user