forked from cleveradssolutions/CAS-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.13 KB
/
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
{
"name": "com.cleversolutions.ads.unity",
"version": "3.7.3",
"displayName": "CleverAdsSolutions",
"description": "CAS.AI Unity plugine to ads monetize apps on Android and iOS platforms.",
"unity": "2018.4",
"documentationUrl": "https://github.com/cleveradssolutions/CAS-Unity/wiki",
"changelogUrl": "https://github.com/cleveradssolutions/CAS-Unity/releases",
"keywords": [
"CAS",
"Ads",
"MobileAds",
"Mediation",
"Monetization",
"Android",
"iOS"
],
"author": {
"name": "CAS AI",
"email": "support@cleveradssolutions.com",
"url": "https://cas.ai"
},
"samples": [
{
"displayName": "Sample of C# integration",
"description": "This sample showcases the basics of how to use CAS Plugin in C# scripts.",
"path": "Samples~/SampleScripts"
},
{
"displayName": "Sample of Components integration",
"description": "This sample showcases the basics of how to use in Scene Components.",
"path": "Samples~/SampleComponents"
}
]
}