mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
16 lines
647 B
Ruby
16 lines
647 B
Ruby
|
|
Pod::Spec.new do |s|
|
|
s.name = 'CordovaPluginsStatic'
|
|
s.version = '3.3.0'
|
|
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 => '3.3.0' }
|
|
s.source_files = 'sourcesstatic/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
s.ios.deployment_target = '12.0'
|
|
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) COCOAPODS=1 WK_WEB_VIEW_ONLY=1' }
|
|
s.dependency 'CapacitorCordova'
|
|
s.swift_version = '5.1'
|
|
s.static_framework = true
|
|
end |