-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnativephp.json
More file actions
71 lines (71 loc) · 2.04 KB
/
Copy pathnativephp.json
File metadata and controls
71 lines (71 loc) · 2.04 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
71
{
"name": "codingwithrk/nativephp-datetime-picker",
"version": "1.0.0",
"description": "Native date, time and datetime picker for NativePHP Mobile.",
"namespace": "DateTimePicker",
"keywords": [
"datetime",
"date-picker",
"time-picker",
"datetime-picker"
],
"category": "utilities",
"license": "MIT",
"pricing": {
"type": "free"
},
"author": {
"name": "codingwithrk",
"email": "pappalarajkumar@gmail.com",
"url": "https://codingwithrk.com"
},
"homepage": "",
"repository": "",
"funding": [],
"platforms": [
"android",
"ios"
],
"icon": "resources/icon.png",
"screenshots": [],
"bridge_functions": [
{
"name": "DateTimePicker.Show",
"android": "com.codingwithrk.plugins.nativephp_datetime_picker.DateTimePickerFunctions.Show",
"ios": "DateTimePickerFunctions.Show",
"description": "Show a native date, time or datetime picker. Returns immediately with an id; the selected value is delivered via the DateTimePickerConfirmed event."
}
],
"android": {
"min_version": 24,
"permissions": [],
"repositories": [],
"dependencies": {
"implementation": []
},
"activities": [],
"services": [],
"receivers": [],
"providers": []
},
"ios": {
"min_version": "15.0",
"permissions": [],
"repositories": [],
"dependencies": {
"swift_packages": [],
"pods": []
}
},
"assets": {
"android": [],
"ios": []
},
"secrets": [],
"events": [
"Codingwithrk\\NativephpDatetimePicker\\Events\\DateTimePickerConfirmed",
"Codingwithrk\\NativephpDatetimePicker\\Events\\DateTimePickerCancelled",
"Codingwithrk\\NativephpDatetimePicker\\Events\\DateTimePickerChanged"
],
"service_provider": "Codingwithrk\\NativephpDatetimePicker\\NativephpDatetimePickerServiceProvider"
}