Skip to content

Commit be51ef7

Browse files
authored
Update podspecs for release of version 0.3.0 (#84)
1 parent 38f5ea5 commit be51ef7

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

Bow.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Bow"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowBrightFutures.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowBrightFutures"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowBrightFutures provides an integration with BrightFutures."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,8 +24,8 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowBrightFutures/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
28-
s.dependency "BowResult", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
28+
s.dependency "BowResult", "~> 0.3.0"
2929
s.dependency "BrightFutures", "~> 7.0.0"
30-
s.dependency "BowEffects", "~> 0.2.0"
30+
s.dependency "BowEffects", "~> 0.3.0"
3131
end

BowEffects.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffects"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowEffects provides classes to work with effects in a purely functional way."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,5 +24,5 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowEffects/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
2828
end

BowFree.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowFree"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowFree provides classes to work with Free Monads."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,5 +24,5 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowFree/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
2828
end

BowGeneric.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowGeneric"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowGeneric provides classes for generic programming."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,5 +24,5 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowGeneric/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
2828
end

BowOptics.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowOptics"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowOptics contains classes to work with Optics in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,5 +24,5 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowOptics/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
2828
end

BowRecursionSchemes.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRecursionSchemes"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRecursionSchemes provides classes to work with recursion schemes in Swift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -24,5 +24,5 @@ Pod::Spec.new do |s|
2424
s.watchos.deployment_target = "2.0"
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowRecursionSchemes/**/*.swift"
27-
s.dependency "Bow", "~> 0.2.0"
27+
s.dependency "Bow", "~> 0.3.0"
2828
end

BowResult.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowResult"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowResult provides an integration with Result."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -25,5 +25,5 @@ Pod::Spec.new do |s|
2525
s.source = { :git => "https://github.com/bow-swift/bow.git", :tag => "#{s.version}" }
2626
s.source_files = "Sources/BowResult/**/*.swift"
2727
s.dependency "Result", "~> 4.0.0"
28-
s.dependency "Bow", "~> 0.2.0"
28+
s.dependency "Bow", "~> 0.3.0"
2929
end

BowRx.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRx"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRx provides an integration with RxSwift."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
@@ -26,6 +26,6 @@ Pod::Spec.new do |s|
2626
s.source_files = "Sources/BowRx/**/*.swift"
2727
s.dependency "RxSwift", "~> 4.4.0"
2828
s.dependency "RxCocoa", "~> 4.4.0"
29-
s.dependency "Bow", "~> 0.2.0"
30-
s.dependency "BowEffects", "~> 0.2.0"
29+
s.dependency "Bow", "~> 0.3.0"
30+
s.dependency "BowEffects", "~> 0.3.0"
3131
end

0 commit comments

Comments
 (0)