Skip to content

Commit b140379

Browse files
committed
RxListAdapterDataSource
1 parent 0556655 commit b140379

File tree

182 files changed

+15734
-1730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+15734
-1730
lines changed

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
platform:ios,'9.0'
12
use_frameworks!
23

34
target 'RxIGListKit_Example' do

Example/Podfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ PODS:
44
- IGListKit/Default (3.4.0):
55
- IGListKit/Diffing
66
- IGListKit/Diffing (3.4.0)
7-
- RxAtomic (4.4.1)
7+
- RxAtomic (4.4.2)
8+
- RxCocoa (4.4.2):
9+
- RxSwift (>= 4.4.2, ~> 4.4)
810
- RxIGListKit (0.1.0):
911
- IGListKit
10-
- RxSwift
11-
- RxSwift (4.4.1):
12-
- RxAtomic (~> 4.4)
12+
- RxCocoa
13+
- RxSwift (4.4.2):
14+
- RxAtomic (>= 4.4.2, ~> 4.4)
1315

1416
DEPENDENCIES:
1517
- RxIGListKit (from `../`)
@@ -18,6 +20,7 @@ SPEC REPOS:
1820
https://github.com/cocoapods/specs.git:
1921
- IGListKit
2022
- RxAtomic
23+
- RxCocoa
2124
- RxSwift
2225

2326
EXTERNAL SOURCES:
@@ -26,10 +29,11 @@ EXTERNAL SOURCES:
2629

2730
SPEC CHECKSUMS:
2831
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
29-
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
30-
RxIGListKit: c46a22a75340d21ae3580806c56617d44a5b7c34
31-
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
32+
RxAtomic: d00e97c10db88c6f08540e0bf2752fc5a2404167
33+
RxCocoa: 477990dc3b4c3ff55fb0ac77e1cc06244e0aaec8
34+
RxIGListKit: e9b2ceb1e41c2f896b98c626f9fd897a06212a16
35+
RxSwift: 74c29b693c8e42b0f64400e8b06564575742d649
3236

33-
PODFILE CHECKSUM: 0898bd53de82a079f255f5e702fb201a78481d8f
37+
PODFILE CHECKSUM: 865b47b44d9402cd7083dc5229c66985a8abfcb2
3438

35-
COCOAPODS: 1.5.3
39+
COCOAPODS: 1.6.1

Example/Pods/Local Podspecs/RxIGListKit.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2310 additions & 1644 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/LICENSE.md

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/Platform/DataStructures/Bag.swift

Lines changed: 181 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/RxCocoa/Platform/DataStructures/InfiniteSequence.swift

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)