Skip to content

Commit 2098433

Browse files
committed
Fix: Fixed dependency version
1 parent 7bc4247 commit 2098433

File tree

15 files changed

+30
-20
lines changed

15 files changed

+30
-20
lines changed

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PODS:
77
- RxCocoa (5.0.0):
88
- RxRelay (~> 5)
99
- RxSwift (~> 5)
10-
- RxIGListKit (1.0.1):
11-
- IGListKit
12-
- RxCocoa
10+
- RxIGListKit (1.0.2):
11+
- IGListKit (~> 3.4.0)
12+
- RxCocoa (~> 5.0.0)
1313
- RxRelay (5.0.0):
1414
- RxSwift (~> 5)
1515
- RxSwift (5.0.0)
@@ -18,7 +18,7 @@ DEPENDENCIES:
1818
- RxIGListKit (from `../`)
1919

2020
SPEC REPOS:
21-
https://github.com/cocoapods/specs.git:
21+
https://github.com/CocoaPods/Specs.git:
2222
- IGListKit
2323
- RxCocoa
2424
- RxRelay
@@ -31,10 +31,10 @@ EXTERNAL SOURCES:
3131
SPEC CHECKSUMS:
3232
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
3333
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
34-
RxIGListKit: 2192e90c0e7ef8ecd37a8614b5560283fe0844f7
34+
RxIGListKit: 5c2d7d735ade2b64f7ab2641e4900bb365d1804d
3535
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
3636
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
3737

3838
PODFILE CHECKSUM: 2f55325866dc3334483180691ade683b2d17a20f
3939

40-
COCOAPODS: 1.7.5
40+
COCOAPODS: 1.8.4

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

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

Example/Pods/Manifest.lock

Lines changed: 6 additions & 6 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: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/IGListKit/IGListKit.xcconfig

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

Example/Pods/Target Support Files/Pods-RxIGListKit_Example/Pods-RxIGListKit_Example.debug.xcconfig

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

Example/Pods/Target Support Files/Pods-RxIGListKit_Example/Pods-RxIGListKit_Example.release.xcconfig

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

Example/Pods/Target Support Files/Pods-RxIGListKit_Tests/Pods-RxIGListKit_Tests.debug.xcconfig

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

Example/Pods/Target Support Files/Pods-RxIGListKit_Tests/Pods-RxIGListKit_Tests.release.xcconfig

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

Example/Pods/Target Support Files/RxCocoa/RxCocoa.xcconfig

Lines changed: 1 addition & 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)