Skip to content

Commit 52d15df

Browse files
committed
Merge branch 'release/2.0.0'
2 parents cfcbe18 + 9f3831b commit 52d15df

File tree

156 files changed

+3345
-3078
lines changed

Some content is hidden

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

156 files changed

+3345
-3078
lines changed

Example/Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
PODS:
2-
- IGListKit (3.4.0):
3-
- IGListKit/Default (= 3.4.0)
4-
- IGListKit/Default (3.4.0):
5-
- IGListKit/Diffing
6-
- IGListKit/Diffing (3.4.0)
7-
- RxCocoa (5.0.0):
2+
- IGListDiffKit (4.0.0)
3+
- IGListKit (4.0.0):
4+
- IGListDiffKit (= 4.0.0)
5+
- RxCocoa (5.0.1):
86
- RxRelay (~> 5)
97
- RxSwift (~> 5)
10-
- RxIGListKit (1.0.2):
11-
- IGListKit (~> 3.4.0)
8+
- RxIGListKit (2.0.0):
9+
- IGListKit (~> 4.0.0)
1210
- RxCocoa (~> 5.0.0)
13-
- RxRelay (5.0.0):
11+
- RxRelay (5.0.1):
1412
- RxSwift (~> 5)
15-
- RxSwift (5.0.0)
13+
- RxSwift (5.0.1)
1614

1715
DEPENDENCIES:
1816
- RxIGListKit (from `../`)
1917

2018
SPEC REPOS:
21-
https://github.com/CocoaPods/Specs.git:
19+
https://cdn.cocoapods.org/:
20+
- IGListDiffKit
2221
- IGListKit
2322
- RxCocoa
2423
- RxRelay
@@ -29,11 +28,12 @@ EXTERNAL SOURCES:
2928
:path: "../"
3029

3130
SPEC CHECKSUMS:
32-
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
33-
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
34-
RxIGListKit: 5c2d7d735ade2b64f7ab2641e4900bb365d1804d
35-
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
36-
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
31+
IGListDiffKit: 665d6cf43ce726e676013db9c7d6c4294259b6b2
32+
IGListKit: fd5a5d21935298f5849fa49d426843cff97b77c7
33+
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
34+
RxIGListKit: 722675f9012a15ca1cc147c4c30405ed38a2c7a0
35+
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
36+
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
3737

3838
PODFILE CHECKSUM: 2f55325866dc3334483180691ade683b2d17a20f
3939

Example/Pods/IGListDiffKit/LICENSE.md

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

Example/Pods/IGListDiffKit/README.md

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

Example/Pods/IGListKit/Source/Common/IGListAssert.h renamed to Example/Pods/IGListDiffKit/Source/IGListDiffKit/IGListAssert.h

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/IGListKit/Source/Common/IGListBatchUpdateData.h renamed to Example/Pods/IGListDiffKit/Source/IGListDiffKit/IGListBatchUpdateData.h

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

Example/Pods/IGListKit/Source/Common/IGListBatchUpdateData.mm renamed to Example/Pods/IGListDiffKit/Source/IGListDiffKit/IGListBatchUpdateData.mm

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

Example/Pods/IGListKit/Source/Common/IGListCompatibility.h renamed to Example/Pods/IGListDiffKit/Source/IGListDiffKit/IGListCompatibility.h

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

0 commit comments

Comments
 (0)