Skip to content

Commit 5a44dd4

Browse files
committed
Update SwiftRex and bump up version to 0.2.12
1 parent a756fad commit 5a44dd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
],
1818
dependencies: [
1919
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .upToNextMajor(from: "1.8.2")),
20-
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.8.9"))
20+
.package(name: "SwiftRex", url: "https://github.com/SwiftRex/SwiftRex.git", .upToNextMajor(from: "0.8.12"))
2121
],
2222
targets: [
2323
.target(

TestingExtensions.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'TestingExtensions'
4-
s.version = '0.2.11'
4+
s.version = '0.2.12'
55
s.summary = 'Testing helpers and extensions for SwiftRex and Combine'
66

77
s.homepage = 'https://github.com/SwiftRex/TestingExtensions'
8-
s.license = { :type => 'Apache', :text => 2021 Luiz Barbosa' }
8+
s.license = { :type => 'Apache', :text => 2022 Luiz Barbosa' }
99
s.author = { 'Luiz Barbosa' => '[email protected]' }
1010
s.source = { :git => 'https://github.com/SwiftRex/TestingExtensions.git', :tag => s.version.to_s }
1111

1212
s.ios.deployment_target = '13.0'
1313
s.osx.deployment_target = '10.15'
14-
s.swift_version = '5.3'
14+
s.swift_version = '5.5'
1515

1616
s.source_files = 'Sources/**/*.swift'
1717

1818
s.frameworks = 'XCTest', 'SwiftUI'
1919

20-
s.dependency 'SwiftRex', '~> 0.8.9'
21-
s.dependency 'CombineRex', '~> 0.8.9'
20+
s.dependency 'SwiftRex', '~> 0.8.12'
21+
s.dependency 'CombineRex', '~> 0.8.12'
2222
s.dependency 'SnapshotTesting', '~> 1.8.2'
2323
end

0 commit comments

Comments
 (0)