From 0b4a3056a4f86e1c1db99f85ec29acc94dd0d550 Mon Sep 17 00:00:00 2001 From: gianlucaparadise Date: Tue, 3 Jan 2023 22:43:12 +0100 Subject: [PATCH] Fix example ios podfile --- example/ios/Flutter/Flutter.podspec | 8 ++++---- example/ios/Podfile.lock | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/ios/Flutter/Flutter.podspec b/example/ios/Flutter/Flutter.podspec index 663d5b2..8ce4394 100644 --- a/example/ios/Flutter/Flutter.podspec +++ b/example/ios/Flutter/Flutter.podspec @@ -6,12 +6,12 @@ Pod::Spec.new do |s| s.name = 'Flutter' s.version = '1.0.0' - s.summary = 'High-performance, high-fidelity mobile apps.' - s.homepage = 'https://flutter.io' - s.license = { :type => 'MIT' } + s.summary = 'A UI toolkit for beautiful and fast apps.' + s.homepage = 'https://flutter.dev' + s.license = { :type => 'BSD' } s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '11.0' # Framework linking is handled by Flutter tooling, not CocoaPods. # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. s.vendored_frameworks = 'path/to/nothing' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c91f7bf..56648ce 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -30,7 +30,7 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/flutter_cast_framework/ios" SPEC CHECKSUMS: - Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a + Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 flutter_cast_framework: 1a7183ed51a5af57cbec987d0c422086b4ac2c52 google-cast-sdk-no-bluetooth: d5a60530c72b0907fb302d835952b6cb0ba5f128 GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91 @@ -38,4 +38,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c -COCOAPODS: 1.11.2 +COCOAPODS: 1.11.3