Skip to content

Commit f6508e3

Browse files
authored
Update ReactiveReSwift.podspec
1 parent 7f65252 commit f6508e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactiveReSwift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveReSwift"
3-
s.version = "3.0.6"
3+
s.version = "4.0.0"
44
s.summary = "Unidirectional Data Flow in Swift - Inspired by ReSwift and Elm"
55
s.homepage = "https://github.com/ReSwift/ReactiveReSwift"
66
s.license = 'MIT'
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
2121

2222
s.requires_arc = true
2323
s.source_files = 'Sources/**/*.swift'
24-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
24+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
2525
end

0 commit comments

Comments
 (0)