From 46a3e5dc64d8246a3bb4c94caaf2af8da7b9e985 Mon Sep 17 00:00:00 2001 From: ychoura Date: Fri, 29 Nov 2024 09:30:30 +0100 Subject: [PATCH 1/2] fix: rename pod import in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e20b4c8..c19dc36 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Swift Package Manager [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`: ```ruby -pod 'Alamofire' +pod 'SecurityToolkit' ``` ## Usage From e5db7d2ce9d72c0326a93300e31b44925a2a2e09 Mon Sep 17 00:00:00 2001 From: ychoura Date: Fri, 29 Nov 2024 10:20:42 +0100 Subject: [PATCH 2/2] docs: update changelog with changes from 1.0.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c450c57..ca8be55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ iOS Mobile Security Toolkit Library Changelog =========================== +# 1.0.1 + +* Removed xcframework and made source code public +* Added .podspec file and created a pod in Cocoapods + + # 1.0.0 * Added Jailbreak detection