Files
OnlineChatSdk-SwiftPM/Example/Podfile
Andrey Blinov e78c12a6d3 Initial commit
2019-11-15 23:21:03 +07:00

12 lines
204 B
Ruby

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