From a6bd19ca9be3700c8d8bb6f5d97ecb2e5852a037 Mon Sep 17 00:00:00 2001 From: AyushBherwani1998 Date: Sat, 1 Mar 2025 20:27:32 +0530 Subject: [PATCH] fix podspec format --- example/ios/Podfile.lock | 2 +- ios/single_factor_auth_flutter.podspec | 53 +++++++++----------------- 2 files changed, 19 insertions(+), 36 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e99dbaf..37fef73 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -55,4 +55,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d5c402b2f74646de5c7f24c1231886362b49b38f -COCOAPODS: 1.14.2 +COCOAPODS: 1.15.2 diff --git a/ios/single_factor_auth_flutter.podspec b/ios/single_factor_auth_flutter.podspec index 5da3df6..5116e7d 100644 --- a/ios/single_factor_auth_flutter.podspec +++ b/ios/single_factor_auth_flutter.podspec @@ -3,39 +3,22 @@ # Run `pod lib lint single_factor_auth_flutter.podspec` to validate before publishing. # Pod::Spec.new do |s| -s.name = 'single_factor_auth_flutter' -s.version = '0.0.1' -s. -summary = 'A new Flutter plugin project.' -s. -description = -<<- -DESC - A -new -Flutter plugin -project. -DESC - s -. -homepage = 'http://example.com' -s. -license = {:file => '../LICENSE'} -s. -author = {'Your Company' => 'email@example.com'} -s. -source = {:path => '.'} -s. -source_files = 'Classes/**/*' -s.dependency 'Flutter' -s.dependency 'SingleFactorAuth', '9.0.4' -s. -platform = -:ios, '14.0' + s.name = 'single_factor_auth_flutter' + s.version = '0.0.1' + s.summary = 'A new Flutter plugin project.' + s.description = <<-DESC +A new Flutter plugin project. + DESC + s.homepage = 'http://example.com' + s.license = {:file => '../LICENSE'} + s.author = {'Your Company' => 'email@example.com'} + s.source = {:path => '.'} + s.source_files = 'Classes/**/*' + s.dependency 'Flutter' + s.dependency 'SingleFactorAuth', '9.0.4' + s.platform = :ios, '14.0' -# Flutter.framework does not contain a i386 slice. -s. -pod_target_xcconfig = {'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'} -s. -swift_version = '5.0' -end \ No newline at end of file + # Flutter.framework does not contain a i386 slice. + s.pod_target_xcconfig = {'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'} + s.swift_version = '5.0' +end