-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
40 lines (40 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "com.lupidan.apple-signin-unity",
"displayName": "Sign in with Apple",
"version": "1.4.4",
"unity": "2020.3",
"description": "Provides a Unity bridge to use the native Sign In With Apple method on iOS/iPadOS/tvOS/macOS devices",
"author": {
"name": "Daniel Lupiañez Casares",
"email": "daniel.lupianez.casares@gmail.com",
"url": "https://github.com/lupidan"
},
"keywords": [
"apple",
"iphone",
"ios",
"ipad",
"ipados",
"tvos",
"macOS",
"signin",
"oauth",
"native",
"unity"
],
"category": "Unity",
"files": [
"/LICENSE",
"/LICENSE.meta",
"/README.md",
"/README.md.meta",
"/CHANGELOG.md",
"/CHANGELOG.md.meta",
"/package.json",
"/package.json.meta",
"/AppleAuth",
"/AppleAuth.meta",
"/docs",
"/docs.meta"
]
}