mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 00:54:05 +00:00
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
|
|
use_frameworks!
|
||
|
|
|
||
|
|
target 'OnlineChatSdk_Example' do
|
||
|
|
pod 'OnlineChatSdk', :path => '../'
|
||
|
|
|
||
|
|
target 'OnlineChatSdk_Tests' do
|
||
|
|
inherit! :search_paths
|
||
|
|
|
||
|
|
pod 'FBSnapshotTestCase' , '~> 2.1.4'
|
||
|
|
end
|
||
|
|
end
|