Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0de00e

Browse files
committed
Version v2.1.0
1 parentcbc6217 commita0de00e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎Mini-Swift.podspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.newdo |s|
44
s.name='Mini-Swift'
5-
s.version='2.0.5'
5+
s.version='2.1.0'
66
s.swift_version='5.0'
77
s.summary='The minimal expression of a Flux architecture in Swift.'
88

‎Package.swift‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ let package = Package(
3030
.package(url:"https://github.com/ReactiveX/RxSwift.git", from:"5.0.0"),
3131
.package(url:"https://github.com/apple/swift-nio.git",.exact("2.7.1")),
3232
// Development
33-
.package(url:"https://github.com/Quick/Nimble.git",.exact("8.0.2")), // dev
34-
.package(url:"https://github.com/nicklockwood/SwiftFormat", from:"0.35.8"), // dev
35-
.package(url:"https://github.com/jpsim/SourceKitten", from:"0.26.0"), // dev
36-
.package(url:"https://github.com/shibapm/Rocket", from:"0.4.0"), // dev
37-
.package(url:"https://github.com/Realm/SwiftLint", from:"0.35.0"), // dev
38-
.package(url:"https://github.com/eneko/SourceDocs", from:"0.6.1"), // dev
39-
.package(url:"https://github.com/shibapm/PackageConfig.git", from:"0.12.2"), // dev
40-
.package(url:"https://github.com/shibapm/Komondor.git", from:"1.0.0"), // dev
41-
.package(url:"https://github.com/Carthage/Commandant.git",.exact("0.16.0")), // dev
33+
// .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
34+
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
35+
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
36+
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
37+
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
38+
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
39+
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
40+
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
41+
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.16.0")), // dev
4242
],
4343
targets:[
4444
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -55,7 +55,7 @@ let package = Package(
5555
name:"TestMiddleware",
5656
dependencies:["Mini"]
5757
),
58-
.testTarget(name:"MiniSwiftTests", dependencies:["Mini","TestMiddleware","NIOConcurrencyHelpers","RxSwift","Nimble","RxTest","RxBlocking"]), // dev
58+
// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
5959
],
6060
swiftLanguageVersions:[.version("4"),.version("4.2"),.version("5")]
6161
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp