File tree Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Expand file tree Collapse file tree 9 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 11Pod ::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"
3131end
Original file line number Diff line number Diff line change 11Pod ::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"
2828end
Original file line number Diff line number Diff line change 11Pod ::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"
2828end
Original file line number Diff line number Diff line change 11Pod ::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"
2828end
Original file line number Diff line number Diff line change 11Pod ::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"
2828end
Original file line number Diff line number Diff line change 11Pod ::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"
2828end
Original file line number Diff line number Diff line change 11Pod ::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"
2929end
Original file line number Diff line number Diff line change 11Pod ::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"
3131end
You can’t perform that action at this time.
0 commit comments