Flutter.podspec 803 B

123456789101112131415161718
  1. #
  2. # NOTE: This podspec is NOT to be published. It is only used as a local source!
  3. # This is a generated file; do not edit or check into version control.
  4. #
  5. Pod::Spec.new do |s|
  6. s.name = 'Flutter'
  7. s.version = '1.0.0'
  8. s.summary = 'High-performance, high-fidelity mobile apps.'
  9. s.homepage = 'https://flutter.io'
  10. s.license = { :type => 'MIT' }
  11. s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
  12. s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
  13. s.ios.deployment_target = '8.0'
  14. # Framework linking is handled by Flutter tooling, not CocoaPods.
  15. # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
  16. s.vendored_frameworks = 'path/to/nothing'
  17. end