You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							11 lines
						
					
					
						
							436 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							11 lines
						
					
					
						
							436 B
						
					
					
				
								Pod::Spec.new do |s|
							 | 
						|
								  s.name = 'CordovaPluginsResources'
							 | 
						|
								  s.version = '0.0.105'
							 | 
						|
								  s.summary = 'Resources for Cordova plugins'
							 | 
						|
								  s.social_media_url = 'https://twitter.com/capacitorjs'
							 | 
						|
								  s.license = 'MIT'
							 | 
						|
								  s.homepage = 'https://capacitorjs.com/'
							 | 
						|
								  s.authors = { 'Ionic Team' => 'hi@ionicframework.com' }
							 | 
						|
								  s.source = { :git => 'https://github.com/ionic-team/capacitor.git', :tag => s.version.to_s }
							 | 
						|
								  s.resources = ['resources/*']
							 | 
						|
								end
							 | 
						|
								
							 |