File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
[ RxDataSources] ( https://github.com/RxSwiftCommunity/RxDataSources ) for [ AsyncDisplayKit/Texture] ( http://texturegroup.org/docs/getting-started.html ) : ASTableNode & ASCollectionNode.
10
10
11
+ - [ RxASDataSources] ( #rxasdatasources )
11
12
- [ Features] ( #features )
12
13
- [ Requirements] ( #requirements )
13
14
- [ Installation] ( #installation )
15
+ - [ CocoaPods] ( #cocoapods )
16
+ - [ Carthage] ( #carthage )
14
17
- [ Usage] ( #usage )
15
18
- [ License] ( #license )
16
19
17
20
## Features
18
21
- [x] ** O(N)** Diff algorithm from [ RxDataSources/Differentiator] ( https://github.com/RxSwiftCommunity/RxDataSources/tree/master/Sources/Differentiator )
19
22
- [x] Shared RxDataSources's APIs so you must learn only once.
20
23
- [x] Supports ` ASTableNode ` and ` ASCollectionNode `
21
- - [ ] Support ` nodeBlockForRowAtIndexPath `
24
+ - [x ] Support ` nodeBlock `
22
25
- [ ] More complex Example app
23
26
24
27
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxASDataSources'
3
- s . version = '0.3.2 '
3
+ s . version = '0.3.3 '
4
4
s . license = { :type => "MIT" , :file => "LICENSE" }
5
5
s . summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
6
6
s . homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
You can’t perform that action at this time.
0 commit comments