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