This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-iOS/Example/Podfile

18 lines
327 B
Plaintext
Raw Normal View History

2019-07-25 20:11:12 +08:00
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
2019-07-25 19:26:33 +08:00
2019-07-25 20:11:12 +08:00
target 'Example' do
2019-07-25 19:26:33 +08:00
pod 'DoricCore', :path => '../../'
2019-07-25 20:11:12 +08:00
target 'ExampleTests' do
2019-07-25 19:26:33 +08:00
inherit! :search_paths
2019-07-25 20:11:12 +08:00
# Pods for testing
end
2019-07-25 19:26:33 +08:00
2019-07-25 20:11:12 +08:00
target 'ExampleUITests' do
inherit! :search_paths
# Pods for testing
2019-07-25 19:26:33 +08:00
end
2019-07-25 20:11:12 +08:00
2019-07-25 19:26:33 +08:00
end