Files
OnlineChatSdk-SwiftPM/Example/Podfile

12 lines
204 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
pod 'FBSnapshotTestCase' , '~> 2.1.4'
end
end