We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f65252 commit f6508e3Copy full SHA for f6508e3
ReactiveReSwift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "ReactiveReSwift"
3
- s.version = "3.0.6"
+ s.version = "4.0.0"
4
s.summary = "Unidirectional Data Flow in Swift - Inspired by ReSwift and Elm"
5
s.homepage = "https://github.com/ReSwift/ReactiveReSwift"
6
s.license = 'MIT'
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
21
22
s.requires_arc = true
23
s.source_files = 'Sources/**/*.swift'
24
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
25
end
0 commit comments