-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnativephp.json
More file actions
29 lines (29 loc) · 795 Bytes
/
Copy pathnativephp.json
File metadata and controls
29 lines (29 loc) · 795 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
25
26
27
28
29
{
"namespace": "Photos",
"bridge_functions": [
{
"name": "Photos.Save",
"android": "com.voicecode.photos.PhotosFunctions.Save",
"ios": "PhotosFunctions.Save",
"description": "Download a remote image or video and save it to the device photo library"
}
],
"android": {
"min_version": 29,
"permissions": [],
"dependencies": {
"implementation": []
}
},
"ios": {
"min_version": "15.0",
"info_plist": {
"NSPhotoLibraryAddUsageDescription": "This app needs permission to save photos and videos to your library."
},
"dependencies": {
"swift_packages": [],
"pods": []
}
},
"events": []
}