package.json 696 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.lupidan.apple-signin-unity-src",
  3. "displayName": "Sign in with Apple [Local Source]",
  4. "version": "1.4.2",
  5. "unity": "2018.3",
  6. "description": "[Local Source]\nProvides a Unity bridge to use the native Sign In With Apple method on iOS/iPadOS/tvOS/macOS devices",
  7. "author": {
  8. "name": "Daniel Lupiañez Casares",
  9. "email": "daniel.lupianez.casares@gmail.com",
  10. "url": "https://github.com/lupidan"
  11. },
  12. "keywords": [
  13. "apple",
  14. "iphone",
  15. "ios",
  16. "ipad",
  17. "ipados",
  18. "tvos",
  19. "macOS",
  20. "signin",
  21. "oauth",
  22. "native",
  23. "unity"
  24. ],
  25. "category": "Unity"
  26. }