Skip to content

Commit 410257a

Browse files
committed
Bump dependency versions
- ReactiveKit 3.14.2 - Differ 1.4.3
1 parent d21d089 commit 410257a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Bond.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Bond"
4-
s.version = "7.6.0"
4+
s.version = "7.6.1"
55
s.summary = "A Swift binding framework"
66

77
s.description = <<-DESC
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.ios.deployment_target = "8.0"
2222
s.osx.deployment_target = "10.11"
2323
s.tvos.deployment_target = "9.0"
24-
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.6.0" }
24+
s.source = { :git => "https://github.com/SwiftBond/Bond.git", :tag => "7.6.1" }
2525
s.source_files = "Sources/**/*.{h,m,swift}", "Supporting Files/Bond.h"
2626
s.ios.exclude_files = "Sources/Bond/AppKit"
2727
s.tvos.exclude_files = "Sources/Bond/AppKit"
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
3030
s.requires_arc = true
3131
s.swift_version = '5.0'
3232

33-
s.dependency "ReactiveKit", "~> 3.10"
34-
s.dependency "Differ", "~> 1.3"
33+
s.dependency "ReactiveKit", "~> 3.14"
34+
s.dependency "Differ", "~> 1.4"
3535

3636
end

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "DeclarativeHub/ReactiveKit" ~> 3.10
1+
github "DeclarativeHub/ReactiveKit" ~> 3.14
22
github "tonyarnold/Differ" ~> 1.4

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "DeclarativeHub/ReactiveKit" "v3.13.0"
1+
github "DeclarativeHub/ReactiveKit" "v3.14.2"
22
github "tonyarnold/Differ" "1.4.3"

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"repositoryURL": "https://github.com/DeclarativeHub/ReactiveKit.git",
1616
"state": {
1717
"branch": null,
18-
"revision": "1e79f6ca02f6243aae1e46335dfc28c0313f01a1",
19-
"version": "3.13.0"
18+
"revision": "318d99599469a53b0e0fcf0eb975dba75501ede6",
19+
"version": "3.14.2"
2020
}
2121
}
2222
]

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
.library(name: "Bond", targets: ["Bond"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/DeclarativeHub/ReactiveKit.git", .upToNextMajor(from: "3.11.0")),
14-
.package(url: "https://github.com/tonyarnold/Differ.git", .upToNextMajor(from: "1.4.1"))
13+
.package(url: "https://github.com/DeclarativeHub/ReactiveKit.git", .upToNextMajor(from: "3.14")),
14+
.package(url: "https://github.com/tonyarnold/Differ.git", .upToNextMajor(from: "1.4"))
1515
],
1616
targets: [
1717
.target(name: "BNDProtocolProxyBase"),

0 commit comments

Comments
 (0)