mangayomi-mirror/packages/desktop_webview_window/macos/desktop_webview_window.podspec
kodjomoustapha 9217bc6a3b fix
2024-02-07 15:19:26 +01:00

22 lines
790 B
Ruby

#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint webview_window.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'desktop_webview_window'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.12'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
end