mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
16 lines
224 B
Ruby
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
|