Skip to content

Commit 7cb813f

Browse files
committed
Fix iOS build
1 parent f9668c0 commit 7cb813f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

example/ios/Flutter/Flutter.podspec

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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' => '[email protected]' }
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

0 commit comments

Comments
 (0)