mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
update Example podfile :path value
This commit is contained in:
+7
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user