-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 644 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.yasirkula.nativecamera",
"displayName": "Native Camera",
"version": "1.5.1",
"author": {
"name": "yasirkula",
"email": "yasirkula@gmail.com",
"url": "https://github.com/yasirkula"
},
"documentationUrl": "https://github.com/yasirkula/UnityNativeCamera",
"changelogUrl": "https://github.com/yasirkula/UnityNativeCamera/releases",
"licensesUrl": "https://github.com/yasirkula/UnityNativeCamera/blob/master/LICENSE.txt",
"description": "This plugin helps you take pictures/record videos natively with your device's camera on Android and iOS. It has built-in support for runtime permissions, as well."
}