Skip to content

Commit 41bcdf7

Browse files
committed
Update Cartfile and podspec as well
Since RAS 1.0 and 1.1 are not binary compatible, we should explicitly require RAS 1.1.
1 parent 6c6727d commit 41bcdf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveCocoa/ReactiveSwift" ~> 1.0
1+
github "ReactiveCocoa/ReactiveSwift" ~> 1.1

ReactiveCocoa.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Pod::Spec.new do |s|
2323
s.watchos.exclude_files = "ReactiveCocoa/Shared/*.{swift}"
2424
s.module_map = "ReactiveCocoa/module.modulemap"
2525

26-
s.dependency 'ReactiveSwift', '~> 1.0.0'
26+
s.dependency 'ReactiveSwift', '~> 1.1'
2727
end

0 commit comments

Comments
 (0)