• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# NOTE: This podspec is NOT to be published. It is only used as a local source!
3#
4
5Pod::Spec.new do |s|
6  s.name             = 'FlutterMacOS'
7  s.version          = '1.0.0'
8  s.summary          = 'High-performance, high-fidelity cross-platform apps.'
9  s.description      = <<-DESC
10Flutter is Google's portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase.
11                       DESC
12  s.homepage         = 'https://flutter.dev'
13  s.license          = { :type => 'MIT' }
14  s.author           = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
15  s.source           = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
16  # TODO: Decide what value should be here. See #33200.
17  s.osx.deployment_target = '10.12'
18  s.vendored_frameworks = 'FlutterMacOS.framework'
19end
20