forked from DrMoriarty/godot-adcolony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nativelib.json
34 lines (34 loc) · 856 Bytes
/
nativelib.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
{
"name": "adcolony",
"description": "AdColony plugin. Ad network for mobile applications.",
"version": "0.2.0",
"license": "MIT",
"url": "https://github.com/DrMoriarty/godot-adcolony",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"dependencies": [
],
"files": {
"scripts": "scripts"
},
"variables": {
"AdColony/AppId": {
"info": "Set your App ID here"
},
"AdColony/ZoneId": {
"info": "Set your Zone ID here (separate by comma if more than one zone)"
}
},
"autoload": {
"adcolony": "*res://scripts/adcolony.gd"
},
"platform_android": {
"files": {
"android-plugin/AdColony.gdap": "android/plugins/",
"android-plugin/build/outputs/aar/AdColony.release.aar": "android/plugins/"
}
}
}