|
1 |
| -// swift-tools-version:4.2 |
| 1 | +// swift-tools-version:5.1 |
2 | 2 | // The swift-tools-version declares the minimum version of Swift required to build this package.
|
3 | 3 |
|
4 | 4 | import PackageDescription
|
@@ -29,15 +29,15 @@ let package = Package(
|
29 | 29 | // Dependencies declare other packages that this package depends on.
|
30 | 30 | .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "5.0.0"),
|
31 | 31 | .package(url: "https://github.com/apple/swift-nio.git", .exact("2.7.1")),
|
32 |
| - .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), |
33 | 32 | // Development
|
| 33 | + .package(url: "https://github.com/Quick/Nimble.git", .exact("8.0.2")), // dev |
34 | 34 | .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"), // dev
|
35 | 35 | .package(url: "https://github.com/jpsim/SourceKitten", .exact("0.25.0")), // dev
|
36 | 36 | .package(url: "https://github.com/shibapm/Rocket", from: "0.4.0"), // dev
|
37 | 37 | .package(url: "https://github.com/Realm/SwiftLint", from: "0.35.0"), // dev
|
38 | 38 | .package(url: "https://github.com/eneko/SourceDocs", from: "0.5.1"), // dev
|
39 |
| - .package(url: "https://github.com/minuscorp/PackageConfig", .branch("master")), |
40 |
| - .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), |
| 39 | + .package(url: "https://github.com/minuscorp/PackageConfig", .branch("master")), // dev |
| 40 | + .package(url: "https://github.com/shibapm/Komondor.git", from: "1.0.0"), // dev |
41 | 41 | ],
|
42 | 42 | targets: [
|
43 | 43 | // Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
@@ -66,7 +66,10 @@ let package = Package(
|
66 | 66 | "rocket": [
|
67 | 67 | "before": [
|
68 | 68 | "rake docs",
|
69 |
| - "Scripts/update_changelog.sh", |
| 69 | + ], |
| 70 | + "after": [ |
| 71 | + "pod lib lint --allow-warnings", |
| 72 | + "pod trunk push", |
70 | 73 | ],
|
71 | 74 | ],
|
72 | 75 | "komondor": [
|
|
0 commit comments