| 
					
				 | 
			
			
				@@ -17,7 +17,7 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.dependency "!ProtoCompiler-gRPCPlugin", "~> 0.14" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # Pods directory corresponding to this app's Podfile, relative to the location of this podspec. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  pods_root = './Pods' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  pods_root = 'Pods' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # Path where Cocoapods downloads protoc and the gRPC plugin. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   protoc_dir = "#{pods_root}/!ProtoCompiler" 
			 |