Skip to content

Commit

Permalink
Upgrade EasySwiftHook dependency to fix bug: incompatible with Flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
ya.wang committed Mar 18, 2024
1 parent 21e45bd commit c1e425b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ImpressionKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|

s.source_files = "ImpressionKit/**/*.{swift}"

s.dependency "EasySwiftHook", "~> 3.5.0"
s.dependency "EasySwiftHook", "~> 3.5.2"

end
16 changes: 8 additions & 8 deletions ImpressionKitExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PODS:
- CHTCollectionViewWaterfallLayout (0.9.10):
- CHTCollectionViewWaterfallLayout/Swift (= 0.9.10)
- CHTCollectionViewWaterfallLayout/Swift (0.9.10)
- EasySwiftHook (3.5.0):
- libffi_apple (~> 3.4.4)
- EasySwiftHook (3.5.2):
- libffi_apple (~> 3.4.5)
- Eureka (5.4.0)
- GDPerformanceView-Swift (2.0.3)
- ImpressionKit (3.7.5):
- EasySwiftHook (~> 3.5.0)
- libffi_apple (3.4.4)
- EasySwiftHook (~> 3.5.2)
- libffi_apple (3.4.5)

DEPENDENCIES:
- CHTCollectionViewWaterfallLayout (~> 0.9.7)
Expand All @@ -30,12 +30,12 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CHTCollectionViewWaterfallLayout: b989a459788d7657ac010e03bc0f7eedca95a420
EasySwiftHook: 44b94b8bcf675f92e0ef0adce048445428b85421
EasySwiftHook: ff222cfa146ee3192c88d6bb1c4690b6f4482106
Eureka: fadaa9fa3d6e402d3c60f78f24edf3d7bafc9c29
GDPerformanceView-Swift: ef3d05deb103e472a5494d3f60aeca5a58b88a7d
ImpressionKit: 84ce54ddeb0fda707d971b8b0cf2bdfcedb38b10
libffi_apple: 6e58d4f9faa5111041891ec03d4df8ece1d02f9c
ImpressionKit: 1ab7f840d4ccce41ebc68fda2545710ee58fb117
libffi_apple: 1b1ccf5c04a53234a73c0eb44981778f74d4da78

PODFILE CHECKSUM: c89964fe43fcd7b8702d18e00e485d43e7f9bd63

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/623637646/SwiftHook.git", "3.5.0"..<"4.0.0")
.package(url: "https://github.com/623637646/SwiftHook.git", "3.5.2"..<"4.0.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '12.0'

target 'ImpressionKit' do
use_frameworks!
pod 'EasySwiftHook', "~> 3.5.0"
pod 'EasySwiftHook', "~> 3.5.2"

end
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- EasySwiftHook (3.5.0):
- libffi_apple (~> 3.4.4)
- libffi_apple (3.4.4)
- EasySwiftHook (3.5.2):
- libffi_apple (~> 3.4.5)
- libffi_apple (3.4.5)

DEPENDENCIES:
- EasySwiftHook (~> 3.5.0)
- EasySwiftHook (~> 3.5.2)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- EasySwiftHook
- libffi_apple

SPEC CHECKSUMS:
EasySwiftHook: 44b94b8bcf675f92e0ef0adce048445428b85421
libffi_apple: 6e58d4f9faa5111041891ec03d4df8ece1d02f9c
EasySwiftHook: ff222cfa146ee3192c88d6bb1c4690b6f4482106
libffi_apple: 1b1ccf5c04a53234a73c0eb44981778f74d4da78

PODFILE CHECKSUM: 3cd7ca9b1c02f6de8b1cc44afaf45fc04a522576
PODFILE CHECKSUM: 1fbacee3e9a6edcfdd541a14e4ac46efa21c9814

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit c1e425b

Please sign in to comment.