We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bd898 commit 0c27bdfCopy full SHA for 0c27bdf
ReactiveCocoaApply.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ReactiveCocoaApply"
3
- s.version = "1.0.0"
+ s.version = "1.0.1"
4
s.summary = "ReactiveCocoa Singal and SignalProducer extensions for ReactiveSwift for applying operators similar to |> from RAC3."
5
6
s.homepage = "https://github.com/nikita-leonov/ReactiveCocoaApply"
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
15
16
s.source_files = 'Pod/Classes/**/*'
17
18
- s.dependency 'ReactiveSwift', '~> 1.0.0-rc.2'
+ s.dependency 'ReactiveSwift', '~> 1.0.0'
19
end
0 commit comments