-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
37 additions
and
34 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,3 +1,3 @@ | ||
github "Alamofire/Alamofire" "4.8.2" | ||
github "freshOS/Arrow" "5.0.0" | ||
github "freshOS/then" "5.0.0" | ||
github "Alamofire/Alamofire" "4.9.0" | ||
github "freshOS/Arrow" "5.1.0" | ||
github "freshOS/then" "5.1.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,3 +1,3 @@ | ||
github "Alamofire/Alamofire" "4.8.2" | ||
github "freshOS/Arrow" "5.0.0" | ||
github "freshOS/then" "5.0.0" | ||
github "Alamofire/Alamofire" "4.9.0" | ||
github "freshOS/Arrow" "5.1.0" | ||
github "freshOS/then" "5.1.0" |
Submodule Alamofire
updated
20 files
+1 −0 | .travis.yml | |
+2 −1 | Alamofire.podspec | |
+7 −10 | Alamofire.xcodeproj/project.pbxproj | |
+22 −4 | CHANGELOG.md | |
+1 −1 | Documentation/AdvancedUsage.md | |
+2 −1 | Example/iOS Example.xcodeproj/project.pbxproj | |
+10 −7 | Example/iOS Example.xcodeproj/xcshareddata/xcschemes/iOS Example.xcscheme | |
+22 −22 | Gemfile.lock | |
+2 −2 | Package.swift | |
+41 −0 | [email protected] | |
+4 −5 | README.md | |
+1 −1 | Source/Info-tvOS.plist | |
+1 −1 | Source/Info.plist | |
+3 −0 | Source/NetworkReachabilityManager.swift | |
+13 −2 | Source/Request.swift | |
+8 −2 | Source/Validation.swift | |
+1 −1 | Tests/BaseTestCase.swift | |
+34 −0 | Tests/DownloadTests.swift | |
+26 −0 | Tests/NetworkReachabilityManagerTests.swift | |
+1 −1 | Tests/SessionManagerTests.swift |
Submodule Arrow
updated
7 files
+4 −0 | .github/FUNDING.yml | |
+0 −1 | .swift-version | |
+ − | Arrow.framework.zip | |
+2 −1 | Arrow.podspec | |
+2 −0 | Arrow.xcodeproj/project.pbxproj | |
+1 −0 | README.md | |
+1 −1 | Source/Info.plist |
Submodule then
updated
38 files
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
Binary file not shown.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
import Arrow | ||
import Foundation | ||
import then | ||
import Then | ||
|
||
extension WS { | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import Alamofire | ||
import Arrow | ||
import Foundation | ||
import then | ||
import Then | ||
|
||
open class WS { | ||
|
||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
import Alamofire | ||
import Arrow | ||
import Foundation | ||
import then | ||
import Then | ||
|
||
open class WSRequest { | ||
|
||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
// | ||
|
||
import Arrow | ||
import then | ||
import Then | ||
@testable import ws | ||
import XCTest | ||
|
||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
import Alamofire | ||
import Arrow | ||
import then | ||
import Then | ||
@testable import ws | ||
import XCTest | ||
|
||
|