"mychangeTo"

This commit is contained in:
ivan gomes
2021-11-16 15:24:38 +01:00
parent 4afb3304e0
commit 24c07e3dea
3041 changed files with 1579372 additions and 80 deletions
@@ -0,0 +1,11 @@
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