Kaynağa Gözat
				
				Cocoapods: Fix issue <React/RCTConvert.h> not found
				
					
See #191.
Fixes issue <React/RCTConvert.h> by adding the missing dependency.
				
			 
			
				
					
						
							
							Robert Biehl
						
						8 yıl önce
					 
					
						
							
								
									ebeveyn
								
								
							
							
							işleme
							e251f2a225
						 
					 
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -18,4 +18,5 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				   s.preserve_paths         = 'LICENSE', 'package.json' 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				   s.source_files           = '**/*.{h,m}' 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				   s.exclude_files          = 'example/**/*' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				21
			 | 
			
			
				+  s.dependency               'React' 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				22
			 | 
			
			
				 end 
			 |