Files
OnlineChatSdk-SwiftPM/Example/Podfile
Andrey Blinov a5f2dcfcd5 update
2019-11-20 01:13:59 +07:00

11 lines
166 B
Ruby

use_frameworks!
target 'OnlineChatSdk_Example' do
pod 'OnlineChatSdk', :path => '../'
target 'OnlineChatSdk_Tests' do
inherit! :search_paths
end
end