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
Copy file name to clipboardExpand all lines: CombineDataSources.podspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name='CombineDataSources'
3
-
s.version='0.2.4'
3
+
s.version='0.2.5'
4
4
s.summary='CombineDataSources provides custom Combine subscribers for collection/table view'
5
5
s.description=<<-DESC
6
6
CombineDataSources provides custom Combine subscribers that act as table and collection view controllers and bind a stream of element collections to table or collection sections with cells.
0 commit comments