forked from talsec/Free-RASP-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
41 lines (36 loc) · 972 Bytes
/
pubspec.yaml
File metadata and controls
41 lines (36 loc) · 972 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
30
31
32
33
34
35
36
37
38
39
40
41
name: freerasp
description: Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first.
version: 6.3.0
homepage: https://www.talsec.app/freerasp-in-app-protection-security-talsec
repository: https://github.com/talsec/Free-RASP-Flutter
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=1.20.0"
topics:
- app-shielding
- rasp
- reverse-engineering
- application-security
- freerasp
dependencies:
convert: ^3.0.1
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.9
json_annotation: ^4.0.1
meta: ^1.7.0
dev_dependencies:
build_runner: ^2.1.5
flutter_test:
sdk: flutter
json_serializable: ^6.0.1
mocktail: ^0.2.0
very_good_analysis: ^3.1.0
flutter:
plugin:
platforms:
android:
package: com.aheaditec.freerasp
pluginClass: FreeraspPlugin
ios:
pluginClass: FreeraspPlugin