Skip to content

Commit cf8e04e

Browse files
committed
chore: backsync release 1.1.1
Signed-off-by: Denis Dobanda <[email protected]>
2 parents fdce241 + e30c179 commit cf8e04e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ DerivedData/
77
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
88
.netrc
99
/.idea
10+
/.index-build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
iOS 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SecurityToolkit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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' }
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '13.0'
1111
s.swift_version = '5'
1212

13-
s.source_files = 'Sources/**'
13+
s.source_files = 'Sources/**/*'
1414

1515
end

0 commit comments

Comments
 (0)