forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			211 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| use_frameworks!
 | |
| source 'https://github.com/CocoaPods/Specs.git'
 | |
| 
 | |
| target 'SwaggerClient' do
 | |
|     pod "PetstoreClient", :path => "../"
 | |
| 
 | |
|     target 'SwaggerClientTests' do
 | |
|         inherit! :search_paths
 | |
|     end
 | |
| end
 |