com.guru.unity.sdk.core/package.json

19 lines
528 B
JSON
Raw Permalink Normal View History

2023-12-26 04:22:19 +00:00
{
"name": "com.guru.unity.sdk.core",
"displayName": "Guru SDK Core",
"version": "2.3.1",
2023-12-26 04:22:19 +00:00
"description": "Guru SDK core for Unity developers",
"unity": "2021.3",
"author":{
"name": "Guru Game"
2023-12-26 04:22:19 +00:00
},
"license": "MIT",
"category": ["game","tool","development", "Guru"],
"dependencies": {
2024-01-30 02:23:12 +00:00
"com.unity.ads.ios-support": "1.2.0",
2024-01-29 09:24:41 +00:00
"com.unity.editorcoroutines": "1.0.0",
"com.unity.mobile.notifications": "2.2.2",
2024-01-29 09:24:41 +00:00
"com.unity.mobile.android-logcat": "1.3.2",
"com.unity.purchasing": "4.10.0"
2023-12-26 04:22:19 +00:00
}
}