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 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