Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Дмитрий Боровиков
Moya
Commits
2dde0fce
Commit
2dde0fce
authored
5 years ago
by
Łukasz Mróz
Browse files
Options
Downloads
Patches
Plain Diff
Unhide dependencies
parent
b3e5a233
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Package.swift
+5
-5
Package.swift
with
5 additions
and
5 deletions
Package.swift
+
5
−
5
View file @
2dde0fce
...
...
@@ -19,16 +19,16 @@ let package = Package(
.
package
(
url
:
"https://github.com/Alamofire/Alamofire.git"
,
.
upToNextMajor
(
from
:
"5.0.0"
)),
.
package
(
url
:
"https://github.com/Moya/ReactiveSwift.git"
,
.
upToNextMajor
(
from
:
"6.1.0"
)),
.
package
(
url
:
"https://github.com/ReactiveX/RxSwift.git"
,
.
upToNextMajor
(
from
:
"5.0.0"
)),
//
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "2.0.0")), // dev
//
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.0")), // dev
//
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .upToNextMajor(from: "9.0.0")), // dev
//
.package(url: "https://github.com/shibapm/Rocket", .upToNextMajor(from: "1.0.0")) // dev
.
package
(
url
:
"https://github.com/Quick/Quick.git"
,
.
upToNextMajor
(
from
:
"2.0.0"
)),
// dev
.
package
(
url
:
"https://github.com/Quick/Nimble.git"
,
.
upToNextMajor
(
from
:
"8.0.0"
)),
// dev
.
package
(
url
:
"https://github.com/AliSoftware/OHHTTPStubs.git"
,
.
upToNextMajor
(
from
:
"9.0.0"
)),
// dev
.
package
(
url
:
"https://github.com/shibapm/Rocket"
,
.
upToNextMajor
(
from
:
"1.0.0"
))
// dev
],
targets
:
[
.
target
(
name
:
"Moya"
,
dependencies
:
[
"Alamofire"
]),
.
target
(
name
:
"ReactiveMoya"
,
dependencies
:
[
"Moya"
,
"ReactiveSwift"
]),
.
target
(
name
:
"RxMoya"
,
dependencies
:
[
"Moya"
,
"RxSwift"
]),
//
.testTarget(name: "MoyaTests", dependencies: ["Moya", "RxMoya", "ReactiveMoya", "Quick", "Nimble", "OHHTTPStubsSwift"]) // dev
.
testTarget
(
name
:
"MoyaTests"
,
dependencies
:
[
"Moya"
,
"RxMoya"
,
"ReactiveMoya"
,
"Quick"
,
"Nimble"
,
"OHHTTPStubsSwift"
])
// dev
]
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets