-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from trivago/feature/update-dependencies
Update carthage dependencies
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Core | ||
github "antitypical/Result" ~> 3.1 | ||
github "antitypical/Result" ~> 3.2.2 | ||
|
||
# ReactiveCocoa | ||
github "ReactiveCocoa/ReactiveSwift" ~> 1.0.0 | ||
github "ReactiveCocoa/ReactiveObjCBridge" ~> 1.0 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 1.1.5 | ||
github "ReactiveCocoa/ReactiveObjCBridge" ~> 1.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
github "Quick/Nimble" "v5.1.1" | ||
github "AliSoftware/OHHTTPStubs" "5.2.3-swift3" | ||
github "Quick/Nimble" "v5.1.1" | ||
github "Quick/Quick" "v0.10.0" | ||
github "ReactiveCocoa/ReactiveObjC" "2.1.2" | ||
github "antitypical/Result" "3.1.0" | ||
github "ReactiveCocoa/ReactiveObjCBridge" "1.0.2" | ||
github "ReactiveCocoa/ReactiveSwift" "1.1.5" | ||
github "antitypical/Result" "3.2.3" | ||
github "jspahrsummers/xcconfigs" "0.10" | ||
github "ReactiveCocoa/ReactiveSwift" "1.0.0" | ||
github "ReactiveCocoa/ReactiveObjCBridge" "1.0" |
Submodule ReactiveObjCBridge
updated
13 files
+0 −1 | .swift-version | |
+5 −8 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+4 −4 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/ReactiveSwift | |
+1 −1 | Carthage/Checkouts/Result | |
+26 −0 | ReactiveObjCBridge.podspec | |
+1 −1 | ReactiveObjCBridge/Info.plist | |
+1 −1 | ReactiveObjCBridge/ObjectiveCBridging.swift | |
+2 −2 | ReactiveObjCBridgeTests/ObjectiveCBridgingSpec.swift |
Submodule ReactiveSwift
updated
55 files
Submodule Result
updated
12 files