Skip to content

Commit

Permalink
Version v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minuscorp committed Nov 14, 2019
1 parent cbc6217 commit a0de00e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.0.5'
s.version = '2.1.0'
s.swift_version = '5.0'
s.summary = 'The minimal expression of a Flux architecture in Swift.'

Expand Down
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ 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/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.16.0")), // dev
// .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // 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.16.0")), // dev
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -55,7 +55,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 a0de00e

Please sign in to comment.