| 
				
			 | 
			
			
				@@ -14,6 +14,6 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				   s.platform        = :ios, "9.0" 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				   s.requires_arc    = true 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				17
			 | 
			
				
			 | 
			
			
				-  s.source          = { :git => s.repository.url, :tag => s.version } 
			 | 
		
	
		
			
			| 
				
			 | 
			
				17
			 | 
			
			
				+  s.source          = { :git => package["repository"]["url"], :tag => s.version } 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				   s.source_files    = "ios/**/*.{h,m}" 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				 end 
			 |