You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.
9
+
8
10
## Example
9
11
10
12
To run the example project, clone the repo, and run `pod install` from the Example directory first.
Copy file name to clipboardExpand all lines: RxDataSourcesSingleSection.podspec
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
9
9
Pod::Spec.newdo |s|
10
10
s.name='RxDataSourcesSingleSection'
11
-
s.version='0.1.0'
12
-
s.summary='A short description of RxDataSourcesSingleSection.'
11
+
s.version='0.1'
12
+
s.summary='SingleSection extensions for RxDataSources.'
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,18 +18,17 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s.description=<<-DESC
21
-
TODO: Add long description of the pod here.
21
+
This library provides simple extensions to create a table view or collection view which contains only a single section, with the RxDataSources library.
0 commit comments