package.json 736 B

123456789
  1. {
  2. "name": "com.yasirkula.nativefilepicker",
  3. "displayName": "Native File Picker",
  4. "version": "1.3.5",
  5. "documentationUrl": "https://github.com/yasirkula/UnityNativeFilePicker",
  6. "changelogUrl": "https://github.com/yasirkula/UnityNativeFilePicker/releases",
  7. "licensesUrl": "https://github.com/yasirkula/UnityNativeFilePicker/blob/master/LICENSE.txt",
  8. "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."
  9. }