This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace ReactiveCocoa with ReactiveSwift. Update dependencies. * Upgrade to Swift 3.0 and get compiling. * Remove redundant Response extensions. * Rename API from map* to unbox(*:) * Update README * Use implicit RxSwift and ReactiveSwift dependencies from Moya. * Update to recommended project settings. * Add unboxing at key/keyPaths. * Fix typo. * Update README to include key path support.
- Loading branch information
1 parent
0730bac
commit a0fe78f
Showing
11 changed files
with
197 additions
and
109 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,4 +1,2 @@ | ||
github "johnsundell/unbox" ~> 1.9.0 | ||
github "Moya/Moya" ~> 7.0.0 | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 4.2.2 | ||
github "ReactiveX/RxSwift" ~> 2.6.0 | ||
github "johnsundell/unbox" ~> 2.0 | ||
github "Moya/Moya" ~> 8.0 |
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 @@ | ||
github "Alamofire/Alamofire" "3.5.1" | ||
github "antitypical/Result" "2.1.3" | ||
github "ReactiveX/RxSwift" "2.6.0" | ||
github "johnsundell/unbox" "1.9" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.2.2" | ||
github "Moya/Moya" "7.0.3" | ||
github "Alamofire/Alamofire" "4.2.0" | ||
github "antitypical/Result" "3.1.0" | ||
github "ReactiveX/RxSwift" "3.0.1" | ||
github "johnsundell/unbox" "2.2.1" | ||
github "ReactiveCocoa/ReactiveSwift" "1.0.0-alpha.3" | ||
github "Moya/Moya" "8.0.0-beta.5" |
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
2 changes: 1 addition & 1 deletion
2
Moya-Unbox.xcodeproj/xcshareddata/xcschemes/Moya-Unbox.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Moya-Unbox.xcodeproj/xcshareddata/xcschemes/ReactiveMoya-Unbox.xcscheme
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
2 changes: 1 addition & 1 deletion
2
Moya-Unbox.xcodeproj/xcshareddata/xcschemes/RxMoya-Unbox.xcscheme
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
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
Oops, something went wrong.