Skip to content

Commit 011b1cc

Browse files
committed
Fixes CocoaPods dependency.
1 parent 75bbda8 commit 011b1cc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ platform :ios, '8.0'
22
use_frameworks!
33

44
target 'RxDataSources' do
5-
pod 'RxSwift', '~> 2.3.1'
6-
pod 'RxCocoa', '~> 2.3.1'
5+
pod 'RxSwift', '~> 2.4'
6+
pod 'RxCocoa', '~> 2.4'
77
end
88

99
target 'Example' do
10-
pod 'RxSwift', '~> 2.3.1'
11-
pod 'RxCocoa', '~> 2.3.1'
10+
pod 'RxSwift', '~> 2.4'
11+
pod 'RxCocoa', '~> 2.4'
1212
end

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- RxCocoa (2.3.1):
3-
- RxSwift (~> 2.3.1)
4-
- RxSwift (2.3.1)
2+
- RxCocoa (2.4):
3+
- RxSwift (~> 2.4)
4+
- RxSwift (2.4)
55

66
DEPENDENCIES:
7-
- RxCocoa (~> 2.3.1)
8-
- RxSwift (~> 2.3.1)
7+
- RxCocoa (~> 2.4)
8+
- RxSwift (~> 2.4)
99

1010
SPEC CHECKSUMS:
11-
RxCocoa: a2baaf3462b989559a51dce59d78fbebb8fe0afa
12-
RxSwift: 829b2843e9eddc77a02cb3f5117f0d55f8f646f1
11+
RxCocoa: 7d6cd877de99f5640306b3d6cf87f580c1d91b61
12+
RxSwift: 67b9ef4e8b34fb394e200e754c6a09cc16559f94
1313

14-
PODFILE CHECKSUM: aa7efef7446c5f9aba76c340621bcd059f388ca8
14+
PODFILE CHECKSUM: 2bee9e71ef9f4d55178dc0c062c7349d481a71f5
1515

1616
COCOAPODS: 1.0.0.rc.2

0 commit comments

Comments
 (0)