Files
OnlineChatSdk-SwiftPM/Example/Podfile

11 lines
166 B
Plaintext
Raw Normal View History

2019-11-15 23:21:03 +07:00
use_frameworks!
target 'OnlineChatSdk_Example' do
pod 'OnlineChatSdk', :path => '../'
target 'OnlineChatSdk_Tests' do
inherit! :search_paths
2019-11-20 01:13:59 +07:00
2019-11-15 23:21:03 +07:00
end
end