Skip to content

Commit

Permalink
Merge pull request #29 from infinum/release/1.2.0
Browse files Browse the repository at this point in the history
Adds changes for 1.2.0 release
  • Loading branch information
nikolamajcen authored Feb 7, 2024
2 parents bf5a114 + 23de9f4 commit c96b627
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 66 deletions.
21 changes: 10 additions & 11 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
PODS:
- Sentinel (1.1.4):
- Sentinel/Default (= 1.1.4)
- Sentinel/Core (1.1.4)
- Sentinel/CustomLocation (1.1.4):
- Sentinel (1.2.0):
- Sentinel/Default (= 1.2.0)
- Sentinel/Core (1.2.0)
- Sentinel/CustomLocation (1.2.0):
- Sentinel/Core
- Sentinel/Default (1.1.4):
- Sentinel/Default (1.2.0):
- Sentinel/Core
- Sentinel/CustomLocation
- Sentinel/EmailSender
- Sentinel/TextEditing
- Sentinel/UserDefaults
- Sentinel/EmailSender (1.1.4):
- Sentinel/EmailSender (1.2.0):
- Sentinel/Core
- Sentinel/TextEditing (1.1.4):
- Sentinel/TextEditing (1.2.0):
- Sentinel/Core
- Sentinel/UserDefaults (1.1.4):
- Sentinel/UserDefaults (1.2.0):
- Sentinel/Core

DEPENDENCIES:
Expand All @@ -26,8 +25,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Sentinel: d31d3fec6ef972cdc4c0330278b68582a25424cf
Sentinel: 5e9d2c87403aed7c4387b8b389d2e8003bfc8873

PODFILE CHECKSUM: 9c832ffe95f37b33da45d44c34055fef22efd343

COCOAPODS: 1.14.2
COCOAPODS: 1.14.3
7 changes: 2 additions & 5 deletions Example/Pods/Local Podspecs/Sentinel.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 10 additions & 11 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions Example/Pods/Target Support Files/Sentinel/Sentinel-Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Sentinel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Sentinel'
s.version = '1.1.3'
s.version = '1.2.0'
s.summary = 'Developer\'s toolbox for debugging applications'

s.description = <<-DESC
Expand Down

0 comments on commit c96b627

Please sign in to comment.