Files
Commercialization.topon/Assets/package.json
2026-04-23 17:15:19 +08:00

32 lines
886 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "com.commercialization.topon",
"displayName": "Commercialization.topon",
"description": "基于topon的广告sdk封装依赖基础商业化模块",
"version": "1.4.9",
"unity": "2021.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://private.lightyears.ltd:18640/foldcc/Commercialization.topon"
},
"author": {
"name": "foldcc",
"email": "lhyuau@qq.com",
"url": "https://gitee.com/foldcc"
},
"dependencies":
{
"com.foldcc.cc-framework.commercialization" : "http://private.lightyears.ltd:18640/foldcc/CC-Framework.Commercialization.git#1.0.14"
},
"samples": [
{
"displayName": "IAA Ad Debug Sample",
"description": "Optional debug scene and config for validating rewarded and interstitial flows.",
"path": "Samples~/IAAAdDebugSample"
}
],
"keywords": [
"Framework"
]
}