Skip to content

Commit 67b3f1b

Browse files
committed
Update dependencies and Swift versions for Carthage and CocoaPods
1 parent 82ced27 commit 67b3f1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Bond.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Pod::Spec.new do |s|
2828
s.osx.exclude_files = "Sources/Bond/UIKit"
2929
s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS" => "-DBUILDING_WITH_XCODE $(inherited)" }
3030
s.requires_arc = true
31-
s.swift_version = '5.0'
31+
s.swift_version = '5.1'
3232

33-
s.dependency "ReactiveKit", "~> 3.14"
33+
s.dependency "ReactiveKit", "~> 3.15"
3434
s.dependency "Differ", "~> 1.4"
3535

3636
end

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "DeclarativeHub/ReactiveKit" ~> 3.14
1+
github "DeclarativeHub/ReactiveKit" ~> 3.15
22
github "tonyarnold/Differ" ~> 1.4

0 commit comments

Comments
 (0)