Skip to content

Commit a6b0326

Browse files
committed
Disregard specific AppAuth version
1 parent 7400380 commit a6b0326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_appauth/ios/flutter_appauth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'AppAuth', '1.7.4'
18+
s.dependency 'AppAuth'
1919
s.ios.deployment_target = '9.0'
2020
s.resource_bundles = {'flutter_appauth_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
2121
end

0 commit comments

Comments
 (0)