Skip to content

Commit

Permalink
add swift concurrency extras podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadaniel committed Oct 26, 2023
1 parent e65e43e commit 64fc04d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ let package = Package(
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.2"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.1.0"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0")
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.0.0")
],
targets: [
.target(
Expand All @@ -33,6 +34,7 @@ let package = Package(
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
.product(name: "CustomDump", package: "swift-custom-dump"),
.product(name: "Dependencies", package: "swift-dependencies"),
.product(name: "ConcurrencyExtras", package: "swift-concurrency-extras"),
]
),
.testTarget(
Expand Down
3 changes: 2 additions & 1 deletion RxComposableArchitecture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxComposableArchitecture'
s.version = '0.17.0'
s.version = '0.50.5'
s.summary = 'The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.'
s.description = <<-DESC
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
Expand All @@ -33,5 +33,6 @@ Pod::Spec.new do |s|
s.dependency 'XCTestDynamicOverlay'
s.dependency 'CustomDump'
s.dependency 'Dependencies'
s.dependency 'ConcurrencyExtras'

end
20 changes: 20 additions & 0 deletions development-podspecs/swift-concurrency-extras.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "ConcurrencyExtras",
"version": "1.0.0",
"authors": "local pod",
"homepage": "https://github.com/pointfreeco/swift-concurrency-extras",
"summary": "local pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/pointfreeco/swift-concurrency-extras",
"tag": "1.0.0"
},
"source_files": "Sources/ConcurrencyExtras/**/*.swift",
"swift_version": "5.0"
}

0 comments on commit 64fc04d

Please sign in to comment.