Skip to content

Commit 1961601

Browse files
Update podspecs (#598)
* 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 Ángel Díaz <[email protected]>
1 parent a01901d commit 1961601

17 files changed

+19
-19
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
1616
- name: Generate microsite
1717
run: |
18-
brew install nef
18+
brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
1919
brew install sourcekitten
2020
gem install bundler -v 2.0.2
2121
gem install cocoapods -v 1.9.1

.github/workflows/nef-compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
run: sudo xcode-select -s /Applications/Xcode_11.4.1.app/Contents/Developer
1313
- name: Compile documentation
1414
run: |
15-
brew install nef
15+
brew install https://raw.githubusercontent.com/bow-swift/homebrew-nef/master/nef.rb
1616
gem install cocoapods -v 1.9.1
1717
nef compile --project Documentation.app

Bow.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowEffects.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowEffectsGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffectsGenerators"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "PBT Generators for data types in BowEffects."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowEffectsLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowEffectsLaws"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "Laws for type classes included in BowEffects."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowFree.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowFreeGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowFreeGenerators"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "PBT Generators for data types in BowFree."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowGenerators"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "PBT Generators for data types in Bow."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowGeneric.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowLaws"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "Laws for type classes included in Bow."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowOptics.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowOpticsLaws.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowOpticsLaws"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "Laws for type classes included in BowOptics."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

BowRecursionSchemes.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowRx.podspec

+1-1
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.7.0"
3+
s.version = "0.8.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

BowRxGenerators.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BowRxGenerators"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "PBT Generators for data types in BowRx."
55
s.homepage = "https://github.com/bow-swift/bow"
66
s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ All documentation and API reference is published in [our website](https://bow-sw
2222
- [Higher Kinded Type emulation](https://bow-swift.io/next/docs/fp-concepts/higher-kinded-types/)
2323
- [Type classes](https://bow-swift.io/next/docs/fp-concepts/type-classes/)
2424
- [Data types](https://bow-swift.io/next/docs/fp-concepts/data-types/)
25-
- [Optics](https://bow-swift.io/next/docs/optics/overview/)
26-
- [Effects](https://bow-swift.io/next/docs/effects/overview/)
25+
- [Optics](https://bow-swift.io/next/docs/optics/optics-overview/)
26+
- [Effects](https://bow-swift.io/next/docs/effects/effects-overview/)
2727
- [Streams](https://bow-swift.io/next/docs/integrations/rxswift-streams/)
2828

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

154154
## How to create a new release
155155

156-
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`.
156+
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"`.
157157

158158
The following steps would be run:
159159

0 commit comments

Comments
 (0)