| 
				
			 | 
			
			
				@@ -12,7 +12,7 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				   s.homepage     = package['homepage'] 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				   s.platform     = :ios, "9.0" 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				15
			 | 
			
				
			 | 
			
			
				-  s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git" } 
			 | 
		
	
		
			
			| 
				
			 | 
			
				15
			 | 
			
			
				+  s.source       = { :git => "https://github.com/react-native-community/react-native-webview.git, :tag => "#{s.version}" } 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				   s.source_files  = "ios/**/*.{h,m}" 
			 | 
		
	
		
			
			| 
				17
			 | 
			
				17
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				   s.dependency 'React' 
			 |