-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 771 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "com.fengyan.ios-native-plugin",
"version": "2.6.4",
"displayName": "iOS Native",
"description": "iOS Native Plugin for Unity",
"documentationUrl": "https://github.com/Aaron8052/Unity-iOSNative-Plugin/tree/main?tab=readme-ov-file#unity-iosnative-plugin",
"changelogUrl": "https://github.com/Aaron8052/Unity-iOSNative-Plugin/releases",
"licensesUrl": "https://github.com/Aaron8052/Unity-iOSNative-Plugin?tab=MIT-1-ov-file#readme",
"unity": "2021.3",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Aaron8052/Unity-iOSNative-Plugin.git"
},
"keywords": [
"iOS",
"Native",
"Plugin"
],
"author": {
"name": "FengYan \u67ab\u708e",
"url": "https://github.com/Aaron8052"
}
}