File tree Expand file tree Collapse file tree 4 files changed +22
-20
lines changed Expand file tree Collapse file tree 4 files changed +22
-20
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "Carthage/Checkouts/RxSwift "]
2
+ path = Carthage/Checkouts/RxSwift
3
+ url = https://github.com/ReactiveX/RxSwift.git
Original file line number Diff line number Diff line change 2
2
- CGFloatLiteral (0.2.0)
3
3
- ManualLayout (1.3.0)
4
4
- ReusableKit (1.1.0)
5
- - RxCocoa (3.1 .0):
6
- - RxSwift (~> 3.1 )
7
- - RxKeyboard (0.4 .0):
8
- - RxCocoa (>= 3.0 )
9
- - RxSwift (>= 3.0 )
10
- - RxSwift (3.1 .0)
5
+ - RxCocoa (3.5 .0):
6
+ - RxSwift (~> 3.4 )
7
+ - RxKeyboard (0.5 .0):
8
+ - RxCocoa (>= 3.4 )
9
+ - RxSwift (>= 3.4 )
10
+ - RxSwift (3.5 .0)
11
11
- SnapKit (3.1.2)
12
12
- SwiftyColor (1.0.0)
13
13
- SwiftyImage (1.0.0)
@@ -33,9 +33,9 @@ SPEC CHECKSUMS:
33
33
CGFloatLiteral: 5bdcd81cb54b56cd71c4e5e66a33cb86cd51ecbf
34
34
ManualLayout: 68ac8cfa6b5f656f7a9fadec3730208b95986880
35
35
ReusableKit: 89e743a120bab0d95848bff27e481833c2768905
36
- RxCocoa: 50d7564866da9299161e86a263ce12a0873904d8
37
- RxKeyboard: cf7f4463f27e580a3542127877ef9e3a71183744
38
- RxSwift: 83ff553e7593fdfdcb2562933a64c0284dffdadc
36
+ RxCocoa: a0a09f45d0e5b48ecb6a4a7b4b4c89c88d3f633f
37
+ RxKeyboard: b360a494f44777cd03f2c09251c50456683ec702
38
+ RxSwift: 18ee9d78b45edb3b0b7e79916b47a116e6dbc842
39
39
SnapKit: 12b24f569cb7c143acc9c22b9d91b23e7b1c84a2
40
40
SwiftyColor: 7fa09db14051bc5d7f539e1c4576665975225992
41
41
SwiftyImage: 79090f8b96057b3e91064de172936b97855086e6
Original file line number Diff line number Diff line change 284
284
DYLIB_COMPATIBILITY_VERSION = 1;
285
285
DYLIB_CURRENT_VERSION = 1;
286
286
DYLIB_INSTALL_NAME_BASE = "@rpath";
287
- FRAMEWORK_SEARCH_PATHS = (
288
- "$(inherited)",
289
- "$(PROJECT_DIR)/Carthage/Build/iOS",
290
- );
291
287
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
292
288
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
293
289
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
309
305
DYLIB_COMPATIBILITY_VERSION = 1;
310
306
DYLIB_CURRENT_VERSION = 1;
311
307
DYLIB_INSTALL_NAME_BASE = "@rpath";
312
- FRAMEWORK_SEARCH_PATHS = (
313
- "$(inherited)",
314
- "$(PROJECT_DIR)/Carthage/Build/iOS",
315
- );
316
308
INFOPLIST_FILE = "$(SRCROOT)/Supporting Files/Info.plist";
317
309
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
318
310
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
You can’t perform that action at this time.
0 commit comments