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/Example/Podfile

18 lines
349 B
Plaintext
Raw Normal View History

2019-12-04 13:29:26 +08:00
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Example' do
use_frameworks!
pod 'Doric', :path => '../../doric-iOS'
2019-12-04 13:29:26 +08:00
target 'ExampleTests' do
inherit! :search_paths
# Pods for testing
end
target 'ExampleUITests' do
inherit! :search_paths
# Pods for testing
end
end