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

16 lines
610 B
Ruby

Pod::Spec.new do |s|
s.name = 'CordovaPlugins'
s.version = '7.4.4'
s.summary = 'Autogenerated spec'
s.license = 'Unknown'
s.homepage = 'https://example.com'
s.authors = { 'Capacitor Generator' => 'hi@example.com' }
s.source = { :git => 'https://github.com/ionic-team/does-not-exist.git', :tag => '7.4.4' }
s.source_files = 'sources/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '14.0'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) COCOAPODS=1 WK_WEB_VIEW_ONLY=1' }
s.dependency 'CapacitorCordova'
s.swift_version = '5.1'
end