Skip to content

Commit

Permalink
Prepare release 0.5.0 (#391)
Browse files Browse the repository at this point in the history
* Update podspecs

* Update README
  • Loading branch information
truizlop authored Jul 11, 2019
1 parent c2e89a7 commit 41e0d58
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Bow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Bow"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowBrightFutures.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowBrightFutures"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowBrightFutures provides an integration with BrightFutures."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowBrightFuturesGenerators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowBrightFuturesGenerators"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "PBT Generators for data types in BowBrightFutures."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowEffects.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffects"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowEffects provides classes to work with effects in a purely functional way."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowEffectsGenerators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffectsGenerators"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "PBT Generators for data types in BowEffects."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowEffectsLaws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffectsLaws"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Laws for type classes included in BowEffects."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowFree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowFree"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowFree provides classes to work with Free Monads."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowFreeGenerators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowFreeGenerators"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "PBT Generators for data types in BowFree."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowGenerators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowGenerators"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "PBT Generators for data types in Bow."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowGeneric.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowGeneric"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowGeneric provides classes for generic programming."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowLaws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowLaws"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Laws for type classes included in Bow."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowOptics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowOptics"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowOptics contains classes to work with Optics in Swift."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowOpticsLaws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowOpticsLaws"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Laws for type classes included in BowOptics."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowRecursionSchemes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRecursionSchemes"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRecursionSchemes provides classes to work with recursion schemes in Swift."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowRx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRx"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRx provides an integration with RxSwift."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion BowRxGenerators.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRxGenerators"
s.version = "0.4.0"
s.version = "0.5.0"
s.summary = "PBT Generators for data types in BowRx."
s.homepage = "https://github.com/bow-swift/bow"
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Bow is available using CocoaPods, Carthage and Swift Package Manager.
You can consume each Bow module as a separate pod. You can add these lines to your Podfile at your convenience:

```ruby
pod "Bow", "~> 0.4.0"
pod "BowOptics", "~> 0.4.0"
pod "BowRecursionSchemes", "~> 0.4.0"
pod "BowFree", "~> 0.4.0"
pod "BowGeneric", "~> 0.4.0"
pod "BowEffects", "~> 0.4.0"
pod "BowRx", "~> 0.4.0"
pod "BowBrightFutures", "~> 0.4.0"
pod "Bow", "~> {version}"
pod "BowOptics", "~> {version}"
pod "BowRecursionSchemes", "~> {version}"
pod "BowFree", "~> {version}"
pod "BowGeneric", "~> {version}"
pod "BowEffects", "~> {version}"
pod "BowRx", "~> {version}"
pod "BowBrightFutures", "~> {version}"
```

Testing laws:
Expand All @@ -78,7 +78,7 @@ pod "BowBrightFuturesGenerators", "~> {version}"
Carthage will download the whole Bow project, but it will compile individual frameworks for each module that you can use separately. Add this line to your Cartfile:

```
github "bow-swift/Bow" ~> 0.4.0
github "bow-swift/Bow" ~> {version}
```

### Swift Package Manager
Expand Down

0 comments on commit 41e0d58

Please sign in to comment.