2 "name": "AdaptiveAppleSignInButton",
4 "summary": "ASAuthorizationAppleIDButton` does not update its appearance when toggling between light and dark mode. This Pod solves this.",
5 "description": "`ASAuthorizationAppleIDButton` does not update its appearance when toggling between light and dark mode. Aditionally it is not possible to update the appearance manually. You will have to create a new instance of `ASAuthorizationAppleIDButton`, initialising it with the correct style.\n`AdaptiveAppleSignInButton` is wrapping an `ASAuthorizationAppleIDButton` with the correct style. When `userInterfaceStyle` changes a new instance will replace the previous one.",
6 "homepage": "https://github.com/andschdk/AdaptiveAppleSignInButton",
8 "https://github.com/andschdk/AdaptiveAppleSignInButton/blob/master/Example/dark.png?raw=true",
9 "https://github.com/andschdk/AdaptiveAppleSignInButton/blob/master/Example/light.png?raw=true"
16 "AndreĢ Schmidt": "andre@andsch.com"
19 "git": "https://github.com/andschdk/AdaptiveAppleSignInButton.git",
30 "source_files": "AdaptiveAppleSignInButton/Classes/**/*",
31 "swift_version": "5.2"