rename dirs

This commit is contained in:
pengfei.zhou
2019-12-21 20:14:23 +08:00
parent eaca061573
commit 2a0b33151b
375 changed files with 0 additions and 0 deletions

17
doric-iOS/Example/Podfile Normal file
View File

@@ -0,0 +1,17 @@
# 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