-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnativephp.json
More file actions
70 lines (70 loc) · 2.11 KB
/
Copy pathnativephp.json
File metadata and controls
70 lines (70 loc) · 2.11 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "vipertecpro/image-cropper",
"version": "1.3.0",
"description": "A fully native, hand-written freehand image cropper for NativePHP Mobile — drag, pinch-zoom and rotate the image behind a crop frame, then get a real cropped file back. No third-party libraries.",
"namespace": "ImageCropper",
"keywords": ["image", "crop", "cropper", "photo", "editor", "avatar"],
"category": "utilities",
"license": "MIT",
"pricing": {
"type": "free"
},
"author": {
"name": "vipertecpro",
"email": "vipertecpro@gmail.com",
"url": "https://github.com/vipertecpro"
},
"homepage": "https://github.com/vipertecpro/image-cropper",
"repository": "https://github.com/vipertecpro/image-cropper",
"funding": [],
"platforms": [
"android",
"ios"
],
"icon": "resources/icon.png",
"screenshots": [],
"bridge_functions": [
{
"name": "ImageCropper.Open",
"android": "com.vipertecpro.plugins.image_cropper.ImageCropperFunctions.Open",
"ios": "ImageCropperFunctions.Open",
"description": "Open the native crop screen for an image and return a cropped file via an event"
}
],
"android": {
"min_version": 26,
"permissions": [
"android.permission.INTERNET"
],
"repositories": [],
"dependencies": {
"implementation": []
},
"activities": [],
"services": [],
"receivers": [],
"providers": []
},
"ios": {
"min_version": "15.0",
"permissions": [],
"repositories": [],
"dependencies": {
"swift_packages": [],
"pods": []
}
},
"assets": {
"android": [],
"ios": []
},
"secrets": [],
"events": [
"Vipertecpro\\ImageCropper\\Events\\ImageCropped",
"Vipertecpro\\ImageCropper\\Events\\CropCancelled"
],
"service_provider": "Vipertecpro\\ImageCropper\\ImageCropperServiceProvider",
"hooks": {
"copy_assets": "nativephp:image-cropper:copy-assets"
}
}