Files
OnlineChatSdk-SwiftPM/Example/Podfile

12 lines
189 B
Plaintext
Raw Normal View History

2019-11-15 23:21:03 +07:00
use_frameworks!
target 'OnlineChatSdk_Example' do
2020-02-11 17:06:11 +07:00
pod 'OnlineChatSdk'
# pod 'OnlineChatSdk', :path => '../'
2019-11-15 23:21:03 +07:00
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