forked from auth0/auth0-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Podspec * Update .shiprc * Format Podspec
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,21 @@ | |
# Run `pod lib lint auth0_flutter.podspec` to validate before publishing. | ||
# | ||
Pod::Spec.new do |s| | ||
s.name = 'auth0_flutter' | ||
s.version = ' 1.0.0-fa.0' | ||
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 = { 'Auth0' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.name = 'auth0_flutter' | ||
s.version = '1.0.1' | ||
s.summary = 'Auth0 SDK for Flutter' | ||
s.description = 'Auth0 SDK for Flutter Android and iOS apps.' | ||
s.homepage = 'https://auth0.com' | ||
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Auth0' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'Classes/**/*' | ||
s.platform = :ios, '12.0' | ||
|
||
s.dependency 'Flutter' | ||
s.dependency 'Auth0', '~> 2.3' | ||
s.platform = :ios, '12.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.3', '5.4', '5.5', '5.6'] | ||
s.swift_version = ['5.3', '5.4', '5.5', '5.6', '5.7'] | ||
end |