-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 858 Bytes
/
package.json
File metadata and controls
14 lines (14 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "com.yasirkula.nativefilepicker",
"displayName": "Native File Picker",
"version": "1.4.2",
"author": {
"name": "yasirkula",
"email": "yasirkula@gmail.com",
"url": "https://github.com/yasirkula"
},
"documentationUrl": "https://github.com/yasirkula/UnityNativeFilePicker",
"changelogUrl": "https://github.com/yasirkula/UnityNativeFilePicker/releases",
"licensesUrl": "https://github.com/yasirkula/UnityNativeFilePicker/blob/master/LICENSE.txt",
"description": "This plugin helps you import/export files from/to various document providers on Android & iOS. On iOS, it uses UIDocumentPickerViewController which has the following requirements:\r\n\r\n- iOS 8 or later\r\n- an Apple Developer Program account (signing the app with a free account won't work)\r\n\r\nNOTE: Custom file extensions are supported on iOS only."
}