We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ced27 commit 67b3f1bCopy full SHA for 67b3f1b
Bond.podspec
@@ -28,9 +28,9 @@ Pod::Spec.new do |s|
28
s.osx.exclude_files = "Sources/Bond/UIKit"
29
s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS" => "-DBUILDING_WITH_XCODE $(inherited)" }
30
s.requires_arc = true
31
- s.swift_version = '5.0'
+ s.swift_version = '5.1'
32
33
- s.dependency "ReactiveKit", "~> 3.14"
+ s.dependency "ReactiveKit", "~> 3.15"
34
s.dependency "Differ", "~> 1.4"
35
36
end
Cartfile
@@ -1,2 +1,2 @@
1
-github "DeclarativeHub/ReactiveKit" ~> 3.14
+github "DeclarativeHub/ReactiveKit" ~> 3.15
2
github "tonyarnold/Differ" ~> 1.4
0 commit comments