[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 9 / AdaptiveAppleSignInButton / 0.2.0 / AdaptiveAppleSignInButton.podspec.json
blob5934537a3496d93d127661e450576b06f49288f4
2   "name": "AdaptiveAppleSignInButton",
3   "version": "0.2.0",
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",
7   "screenshots": [
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"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "AndreĢ Schmidt": "andre@andsch.com"
17   },
18   "source": {
19     "git": "https://github.com/andschdk/AdaptiveAppleSignInButton.git",
20     "tag": "0.2.0"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "swift_versions": [
26     "5.0",
27     "5.1",
28     "5.2"
29   ],
30   "source_files": "AdaptiveAppleSignInButton/Classes/**/*",
31   "swift_version": "5.2"