Skip to content

Commit

Permalink
Update ADUtils to 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Mar 4, 2024
1 parent 1b92b26 commit 91ba857
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ADNavigationBarExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source_files = 'NavigationBarExtension/Classes/**/*'

s.frameworks = 'UIKit'
s.dependency 'ADUtils', '~> 11.0'
s.dependency 'ADUtils', '~> 12.0'
end
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Changed
- Bump ADUtils requirements to 12+

### Fix
- Fix safe area when setting the child VCs directly

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '14.0'

target 'NavigationBarExtension_Example' do
pod 'ADNavigationBarExtension', :path => './'
pod 'ADUtils', '~> 11.0'
pod 'ADUtils', '~> 12.0'
pod 'SwiftLint', '~> 0.39.1'

target 'NavigationBarExtension_Tests' do
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- ADNavigationBarExtension (1.0.4):
- ADUtils (~> 11.0)
- ADUtils (11.0.0):
- ADUtils/objc (= 11.0.0)
- ADUtils/objc (11.0.0):
- ADUtils (~> 12.0)
- ADUtils (12.1.1):
- ADUtils/objc (= 12.1.1)
- ADUtils/objc (12.1.1):
- ADUtils/Swift
- ADUtils/Swift (11.0.0)
- ADUtils/Swift (12.1.1)
- SwiftLint (0.39.2)

DEPENDENCIES:
- ADNavigationBarExtension (from `./`)
- ADUtils (~> 11.0)
- ADUtils (~> 12.0)
- SwiftLint (~> 0.39.1)

SPEC REPOS:
Expand All @@ -23,10 +23,10 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
ADNavigationBarExtension: eefbd2ca9443d675af6fc8c768d60f8a6aa12297
ADUtils: 5f5f1ad7a097dcf7104f9c160bc23a30d7943eb8
ADNavigationBarExtension: 7bb3042ea4375225682979774a787ec760a6e22f
ADUtils: a3e9fdcfe76222dd3abfa4659ad1e8249ed16c95
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447

PODFILE CHECKSUM: 9821677b68ce32317ccfca61c21d82b852e1f7c2
PODFILE CHECKSUM: 98af81ac5f9ec5394a2fd22a954ce79eb216abee

COCOAPODS: 1.15.2

0 comments on commit 91ba857

Please sign in to comment.