| 
				
			 | 
			
			
				@@ -10,7 +10,7 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				   s.authors      = package['author'] 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				   s.homepage     = package['homepage'] 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				
			 | 
			
			
				-  s.platforms    = { :ios => "9.0", :osx => "10.14" } 
			 | 
		
	
		
			
			| 
				
			 | 
			
				13
			 | 
			
			
				+  s.platforms    = { :ios => "9.0", :osx => "10.13" } 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				   s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git", :tag => "v#{s.version}" } 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				   s.source_files  = "apple/**/*.{h,m}" 
			 |