Skip to content

Commit bce006b

Browse files
committed
feat: update readme file
1 parent 19c268a commit bce006b

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Mobile Security Toolkit
22

3+
![License](https://img.shields.io/github/license/EXXETA/Android-Security-Toolkit.svg?style=flat-square)
4+
![Release](https://img.shields.io/github/release/EXXETA/Android-Security-Toolkit.svg?style=flat-square)
5+
36
<img src="./docs/1.png" width=300 alt="screenshot"/>
47

58
In a world where mobile devices hold vast amounts of personal and
69
business-critical data, security is no longer optional — it's essential.
710

8-
Security Suite is an open-source project designed to work on mobile security by
11+
iOS Security Toolkit is an open-source project designed to work on mobile security by
912
providing a developer-friendly, all-in-one repository for developers and
1013
security experts.
1114

12-
> [!IMPORTANT]
13-
> This Version of Mobile Security Toolkit depends on a private part. It is
14-
> planned to be open-sourced later. Please follow [Feature Request Issue](https://github.com/EXXETA/iOS-Security-Toolkit/issues/1)
15-
> to be updated about status of the project
16-
1715
This project is based on the [OWASP guide](https://github.com/MobSF/owasp-mstg/blob/master/Document/0x06j-Testing-Resiliency-Against-Reverse-Engineering.md)
1816
to the mobile security.
1917

@@ -36,6 +34,14 @@ Swift Package Manager
3634
`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git", from:
3735
"1.0.0")`
3836

37+
## CocoaPods
38+
39+
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate iOSSecurityToolkit into your Xcode project using CocoaPods, specify it in your `Podfile`:
40+
41+
```ruby
42+
pod 'Alamofire'
43+
```
44+
3945
## Usage
4046

4147
### Variable API

0 commit comments

Comments
 (0)