Files
MessageKit/Example/Podfile
T
Jakub Kaspar f59589331c Merge branch 'development' into cleanupSwift
# Conflicts:
#	Example/Podfile.lock
2020-03-12 09:51:14 +01:00

18 lines
304 B
Ruby

source 'https://cdn.cocoapods.org/'
platform :ios, '11.0'
target 'ChatExample' do
use_frameworks!
pod 'MessageKit', :path => '../'
pod 'SwiftLint', '~> 0.39.1'
target 'ChatExampleTests' do
inherit! :search_paths
end
target 'ChatExampleUITests' do
inherit! :search_paths
end
end