Files
blockcatcher/ios/capacitor-cordova-ios-plugins/CordovaPluginsResources.podspec
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

11 lines
379 B
Ruby

Pod::Spec.new do |s|
s.name = 'CordovaPluginsResources'
s.version = '0.0.105'
s.summary = 'Resources for Cordova plugins'
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