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.
16 lines
647 B
16 lines
647 B
|
|
Pod::Spec.new do |s|
|
|
s.name = 'CordovaPluginsStatic'
|
|
s.version = '6.2.1'
|
|
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 => '6.2.1' }
|
|
s.source_files = 'sourcesstatic/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
s.ios.deployment_target = '13.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
|