Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d5c402b2f74646de5c7f24c1231886362b49b38f

COCOAPODS: 1.14.2
COCOAPODS: 1.15.2
53 changes: 18 additions & 35 deletions ios/single_factor_auth_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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