File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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+
6+ Pod ::Spec . new do |s |
7+ s . name = 'Flutter'
8+ s . version = '1.0.0'
9+ s . summary = 'High-performance, high-fidelity mobile apps.'
10+ s . homepage = 'https://flutter.io'
11+ s . license = { :type => 'MIT' }
12+ s . author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
13+ s . source = { :git => 'https://github.com/flutter/engine' , :tag => s . version . to_s }
14+ s . ios . deployment_target = '8.0'
15+ # Framework linking is handled by Flutter tooling, not CocoaPods.
16+ # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs.
17+ s . vendored_frameworks = 'path/to/nothing'
18+ end
You can’t perform that action at this time.
0 commit comments