csharp-sdk-upm/Unity/realtime.package.json

17 lines
465 B
JSON

{
"name": "com.leancloud.realtime",
"version": "__VERSION__",
"displayName": "LeanCloud Realtime",
"description": "This is leancloud realtime package",
"unity": "2019.1",
"dependencies": {
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-__VERSION__"
},
"keywords": ["LeanCloud", "Storage"],
"author": {
"name": "LeanCloud",
"email": "support@leancloud.rocks",
"url": "https://leancloud.cn/"
}
}