Skip to content

Commit

Permalink
Version v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minuscorp committed Dec 10, 2019
1 parent 5846962 commit d1e88ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Mini-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Mini-Swift'
s.version = '2.1.0'
s.version = '2.2.0'
s.swift_version = '5.0'
s.summary = 'The minimal expression of a Flux architecture in Swift.'

Expand Down
22 changes: 11 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ let package = Package(
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0"),
.package(url: "https://github.com/apple/swift-nio.git", .exact("2.7.1")),
// Development
.package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
.package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
.package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
.package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
.package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
.package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
.package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
.package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
// .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev
// .package(url: "https://github.com/minuscorp/ModuleInterface", from: "0.0.1"), // dev
// .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
// .package(url: "https://github.com/jpsim/SourceKitten", from: "0.26.0"), // dev
// .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
// .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
// .package(url: "https://github.com/eneko/SourceDocs", from: "0.6.1"), // dev
// .package(url: "https://github.com/shibapm/PackageConfig.git", from: "0.12.2"), // dev
// .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev
// .package(url: "https://github.com/Carthage/Commandant.git", .exact("0.17.0")), // dev
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -56,7 +56,7 @@ let package = Package(
name: "TestMiddleware",
dependencies: ["Mini"]
),
.testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
// .testTarget(name: "MiniSwiftTests", dependencies: ["Mini", "TestMiddleware", "NIOConcurrencyHelpers", "RxSwift", "Nimble", "RxTest", "RxBlocking"]), // dev
],
swiftLanguageVersions: [.version("4"), .version("4.2"), .version("5")]
)
Expand Down

0 comments on commit d1e88ba

Please sign in to comment.