File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11iOS Mobile Security Toolkit Library Changelog
22===========================
33
4+ # 1.1.1
5+ * Fixed podspec deployment
6+
7+
48# 1.1.0
59* Added device password protection detection
610* Added hardware security detection
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Swift Package Manager
3535### SPM
3636
3737`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git ", from:
38- "1.1.0 ")`
38+ "1.1.1 ")`
3939
4040## CocoaPods
4141
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SecurityToolkit'
3- s . version = '1.1.0 '
3+ s . version = '1.1.1 '
44 s . summary = 'Simple and easy security threat detector in Swift'
55 s . homepage = 'https://github.com/EXXETA/iOS-Security-Toolkit'
66 s . license = { :type => 'MIT' , :file => 'LICENSE.md' }
You can’t perform that action at this time.
0 commit comments