Skip to content

Commit 67f2c54

Browse files
author
Sergey Kononenko
committed
Revert "Pod version bump"
This reverts commit 54f2b88.
1 parent 54f2b88 commit 67f2c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Operation-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Operation-iOS'
3-
s.version = '2.1.2'
3+
s.version = '2.1.0'
44
s.summary = 'Takes data from "rich" remote source and caches them in originaly "poor" local storage to speed up user interface.'
55

66
s.description = 'Library is aimed to solve a problem of providing persistent (cached) data while fresh one is being fetched from data source. Currently there are 3 types of data providers. DataProvider implementation is aimed to manage identifiable list of entities while SingleValueProvider deals with single objects. Finally, StreamableDataProvider is designed work with streamable data sources, for example, web sockets. Clients can subsribe for changes in data provider to update interface as soon as fresh data is fetched from the source. Currently, there is a single implementation of local storage based on Core Data. Interaction with the library occurs via native Operation concept to simplify chaining and dependency management.'

0 commit comments

Comments
 (0)