We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df30e2 commit a848942Copy full SHA for a848942
Mini-Swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Mini-Swift'
3
- s.version = '0.3.0'
+ s.version = '0.3.1'
4
s.swift_version = '5.0'
5
s.summary = 'The re-imagined Re-Flux architecture for Swift.'
6
@@ -32,7 +32,7 @@ Dependencies: RxSwift
32
s.tvos.source_files = 'Source/**/*.swift'
33
34
s.frameworks = 'Foundation'
35
- s.dependency 'RxSwift', '~> 5'
+ s.dependency 'RxSwift', '~> 5.0'
36
s.dependency 'MagicPills', '~> 2.1'
37
s.module_name = 'Mini'
38
end
0 commit comments