File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ Changelog] ( https://github.com/kean/RxNuke/releases ) for all versions
2
2
3
+ ## RxNuke 2.0.0
4
+
5
+ - Update to RxSwift 6.0
6
+
3
7
## RxNuke 1.0.0
4
8
5
9
- Update to Nuke 9
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxNuke'
3
- s . version = '1 .0.1 '
3
+ s . version = '2 .0.0 '
4
4
s . summary = 'RxSwift extensions for Nuke'
5
5
6
6
s . homepage = 'https://github.com/kean/RxNuke'
Original file line number Diff line number Diff line change 314
314
INFOPLIST_FILE = "Supporting Files/Info.plist";
315
315
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
316
316
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
317
- MARKETING_VERSION = 1 .0.1 ;
317
+ MARKETING_VERSION = 2 .0.0 ;
318
318
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
319
319
PRODUCT_NAME = RxNuke;
320
320
SKIP_INSTALL = YES;
339
339
INFOPLIST_FILE = "Supporting Files/Info.plist";
340
340
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
341
341
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
342
- MARKETING_VERSION = 1 .0.1 ;
342
+ MARKETING_VERSION = 2 .0.0 ;
343
343
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.RxNuke;
344
344
PRODUCT_NAME = RxNuke;
345
345
SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1
1
// The MIT License (MIT)
2
2
//
3
- // Copyright (c) 2017-2020 Alexander Grebenyuk (github.com/kean).
3
+ // Copyright (c) 2017-2021 Alexander Grebenyuk (github.com/kean).
4
4
5
5
import Nuke
6
6
import RxSwift
You can’t perform that action at this time.
0 commit comments