mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-14 16:53:52 +00:00
12 lines
189 B
Ruby
12 lines
189 B
Ruby
use_frameworks!
|
|
|
|
target 'OnlineChatSdk_Example' do
|
|
pod 'OnlineChatSdk'
|
|
# pod 'OnlineChatSdk', :path => '../'
|
|
|
|
target 'OnlineChatSdk_Tests' do
|
|
inherit! :search_paths
|
|
|
|
end
|
|
end
|