update Example podfile :path value

This commit is contained in:
zhongwuzw
2017-12-06 00:10:09 +08:00
parent 444fbb0f8e
commit cca2afa90d
+7 -7
View File
@@ -2,14 +2,14 @@ platform :ios, '9.0'
target 'ChatExample' do
use_frameworks!
pod 'MessageKit', :path => '../MessageKit.podspec'
pod 'MessageKit', :path => '../'
target 'ChatExampleTests' do
inherit! :search_paths
end
target 'ChatExampleTests' do
inherit! :search_paths
end
target 'ChatExampleUITests' do
inherit! :search_paths
end
target 'ChatExampleUITests' do
inherit! :search_paths
end
end