Files
MessageKit/Example/Podfile
T
2019-02-24 14:06:58 -08:00

16 lines
224 B
Ruby

platform :ios, '9.0'
target 'ChatExample' do
use_frameworks!
pod 'MessageKit', :path => '../'
target 'ChatExampleTests' do
inherit! :search_paths
end
target 'ChatExampleUITests' do
inherit! :search_paths
end
end