Skip to content

Commit 92792dd

Browse files
authored
Update to latest Eureka version (#87)
1 parent 9e87f2c commit 92792dd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "xmartlabs/Eureka" ~> 5.0
1+
github "xmartlabs/Eureka" ~> 5.3.5

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v8.0.4"
2-
github "Quick/Quick" "v2.2.0"
3-
github "xmartlabs/Eureka" "5.1.0"
1+
github "Quick/Nimble" "v9.2.1"
2+
github "Quick/Quick" "v4.0.0"
3+
github "xmartlabs/Eureka" "5.3.5"

ImageRow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '9.3'
1111
s.requires_arc = true
1212
s.ios.source_files = 'Sources/**/*.{swift}'
13-
s.dependency 'Eureka', '~> 5.0'
13+
s.dependency 'Eureka', '~> 5.3.5'
1414
s.swift_version = "5.0"
1515
end

0 commit comments

Comments
 (0)