18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
|
# Uncomment the next line to define a global platform for your project
|
||
|
# platform :ios, '9.0'
|
||
|
|
||
|
target 'Example' do
|
||
|
|
||
|
pod 'Doric', :path => '../'
|
||
|
target 'ExampleTests' do
|
||
|
inherit! :search_paths
|
||
|
# Pods for testing
|
||
|
end
|
||
|
|
||
|
target 'ExampleUITests' do
|
||
|
inherit! :search_paths
|
||
|
# Pods for testing
|
||
|
end
|
||
|
|
||
|
end
|