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
Shawn 78e8e47ad7 Feature/master fix path error (#3)
* fix:fix minimum example version

* fix:add target version in example podfile

* fix:change example js source path
2019-12-23 16:48:21 +08:00

18 lines
327 B
Ruby

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'Example' do
pod 'DoricCore', :path => '../../'
target 'ExampleTests' do
inherit! :search_paths
# Pods for testing
end
target 'ExampleUITests' do
inherit! :search_paths
# Pods for testing
end
end