Skip to content

Commit

Permalink
Update podspecs (#598)
Browse files Browse the repository at this point in the history
* Update pods

* Update README

* use private homebrew-nef while github actioins update its robots

force nef version to 0.6.1

minor changes

Co-authored-by: Miguel A虂ngel Di虂az <madiaz.dev@gmail.com>
  • Loading branch information
truizlop and miguelangel-dev committed Apr 30, 2020
1 parent a01901d commit 1961601
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
- name: Generate microsite
run: |
brew install nef
brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
brew install sourcekitten
gem install bundler -v 2.0.2
gem install cocoapods -v 1.9.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nef-compile.yml
Expand Up @@ -12,6 +12,6 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
- name: Compile documentation
run: |
brew install nef
brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
gem install cocoapods -v 1.9.1
nef compile --project Documentation.app
2 changes: 1 addition & 1 deletion Bow.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Bow"
s.version = "0.7.0"
s.version = "0.8.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 BowEffects.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffects"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffectsGenerators"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowEffectsLaws"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowFree"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowFreeGenerators"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowGenerators"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowGeneric"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowLaws"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowOptics"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowOpticsLaws"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRecursionSchemes"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRx"
s.version = "0.7.0"
s.version = "0.8.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
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BowRxGenerators"
s.version = "0.7.0"
s.version = "0.8.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
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -22,8 +22,8 @@ All documentation and API reference is published in [our website](https://bow-sw
- [Higher Kinded Type emulation](https://bow-swift.io/next/docs/fp-concepts/higher-kinded-types/)
- [Type classes](https://bow-swift.io/next/docs/fp-concepts/type-classes/)
- [Data types](https://bow-swift.io/next/docs/fp-concepts/data-types/)
- [Optics](https://bow-swift.io/next/docs/optics/overview/)
- [Effects](https://bow-swift.io/next/docs/effects/overview/)
- [Optics](https://bow-swift.io/next/docs/optics/optics-overview/)
- [Effects](https://bow-swift.io/next/docs/effects/effects-overview/)
- [Streams](https://bow-swift.io/next/docs/integrations/rxswift-streams/)

## Modules
Expand Down Expand Up @@ -153,7 +153,7 @@ For further information, refer to our [Contribution guidelines](CONTRIBUTING.md)

## How to create a new release

You can create a new release by running `bundle exec fastlane release version_number:`. For example, `bundle exec fastlane release version_number: 0.7.0`.
You can create a new release by running `bundle exec fastlane release version_number:`. For example, `bundle exec fastlane ios release version_number: "0.8.0"`.

The following steps would be run:

Expand Down

0 comments on commit 1961601

Please sign in to comment.