diff --git a/Podfile b/Podfile index f47efc3e..abd4e901 100644 --- a/Podfile +++ b/Podfile @@ -7,5 +7,5 @@ target 'CLI' do pod 'IBLinter', '~> 0.5.0' pod 'LicensePlist', '~> 3.24.1' pod 'SwiftGen', '~> 6.6.2' - pod 'SwiftLint', '~> 0.52.0' + pod 'SwiftLint', '~> 0.54.0' end diff --git a/Podfile.lock b/Podfile.lock index a50da731..b55eb339 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,13 +2,13 @@ PODS: - IBLinter (0.5.0) - LicensePlist (3.24.1) - SwiftGen (6.6.2) - - SwiftLint (0.52.4) + - SwiftLint (0.54.0) DEPENDENCIES: - IBLinter (~> 0.5.0) - LicensePlist (~> 3.24.1) - SwiftGen (~> 6.6.2) - - SwiftLint (~> 0.52.0) + - SwiftLint (~> 0.54.0) SPEC REPOS: trunk: @@ -21,8 +21,8 @@ SPEC CHECKSUMS: IBLinter: 7d28cbb7b579ca80690b56f6c8d22092a672967c LicensePlist: ea9cbf3e8888a5585b0c3ea4e1bbe2a3fdf8ba19 SwiftGen: 1366a7f71aeef49954ca5a63ba4bef6b0f24138c - SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3 + SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 -PODFILE CHECKSUM: b44bd262af01a6961530d74781da9566842ff5ba +PODFILE CHECKSUM: 8c2e135f81baedcd0f10ebcfa658f22803fe8133 COCOAPODS: 1.12.1 diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index a50da731..b55eb339 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -2,13 +2,13 @@ PODS: - IBLinter (0.5.0) - LicensePlist (3.24.1) - SwiftGen (6.6.2) - - SwiftLint (0.52.4) + - SwiftLint (0.54.0) DEPENDENCIES: - IBLinter (~> 0.5.0) - LicensePlist (~> 3.24.1) - SwiftGen (~> 6.6.2) - - SwiftLint (~> 0.52.0) + - SwiftLint (~> 0.54.0) SPEC REPOS: trunk: @@ -21,8 +21,8 @@ SPEC CHECKSUMS: IBLinter: 7d28cbb7b579ca80690b56f6c8d22092a672967c LicensePlist: ea9cbf3e8888a5585b0c3ea4e1bbe2a3fdf8ba19 SwiftGen: 1366a7f71aeef49954ca5a63ba4bef6b0f24138c - SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3 + SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211 -PODFILE CHECKSUM: b44bd262af01a6961530d74781da9566842ff5ba +PODFILE CHECKSUM: 8c2e135f81baedcd0f10ebcfa658f22803fe8133 COCOAPODS: 1.12.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 880cb007..72661979 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -283,8 +283,8 @@ BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 1300; - LastUpgradeCheck = 1300; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; }; buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; diff --git a/Pods/SwiftLint/swiftlint b/Pods/SwiftLint/swiftlint index 0f1e2fd0..f1af855b 100755 Binary files a/Pods/SwiftLint/swiftlint and b/Pods/SwiftLint/swiftlint differ