Skip to content

Commit

Permalink
Merge pull request #77 from gojek/feature/starscream_4_0_4
Browse files Browse the repository at this point in the history
Downgrading Starscream version to 4.0.5
  • Loading branch information
RishavG96 authored Jun 27, 2024
2 parents bea6333 + 9787ce2 commit e8cdf42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.dependency "SwiftProtobuf", "~> 1.21.0"
s.dependency "ReachabilitySwift", '>= 5.0.0'
s.dependency "GRDB.swift", "~> 6.7.0"
s.dependency "Starscream", "~> 4.0"
s.dependency "Starscream", "4.0.5"

s.default_subspec = 'Core'

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def clickstream_pods
pod 'SwiftProtobuf', '~> 1.21.0'
pod 'ReachabilitySwift', '5.2.3'
pod 'GRDB.swift', '~> 6.7.0'
pod 'Starscream', '~> 4.0.6'
pod 'Starscream', '4.0.5'
end

target 'Clickstream' do
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ PODS:
- GRDB.swift/standard (= 6.7.0)
- GRDB.swift/standard (6.7.0)
- ReachabilitySwift (5.2.3)
- Starscream (4.0.8)
- Starscream (4.0.5)
- SwiftProtobuf (1.21.0)

DEPENDENCIES:
- GRDB.swift (~> 6.7.0)
- ReachabilitySwift (= 5.2.3)
- Starscream (~> 4.0.6)
- Starscream (= 4.0.5)
- SwiftProtobuf (~> 1.21.0)

SPEC REPOS:
Expand All @@ -22,9 +22,9 @@ SPEC REPOS:
SPEC CHECKSUMS:
GRDB.swift: df2fdb0752e88383fc314e1e5d7c3a76d52054eb
ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
Starscream: 97a24f0636451d134fbb932f2b15cefd89b1a040
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: 90f76e61798bef03c4deda5bc7d258ea40c1ddd0
PODFILE CHECKSUM: bcf76ba85fc978b95b39ff51e219ec03c033cde1

COCOAPODS: 1.15.2

0 comments on commit e8cdf42

Please sign in to comment.