From 471570d18c23813e4ac848702e4ee72ac32a01b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com> Date: Mon, 19 Feb 2018 16:36:33 +0100 Subject: [PATCH] Update DATASource.podspec --- DATASource.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATASource.podspec b/DATASource.podspec index 552b1d3..ca506dc 100644 --- a/DATASource.podspec +++ b/DATASource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DATASource" - s.version = "7.0.1" + s.version = "7.0.2" s.summary = "Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView" s.description = <<-EOS If you are not familiarized with NSFetchedResultsController, it allows you to efficiently manage the results returned from a Core Data fetch request to provide data for a UITableView or a UICollectionView. NSFetchedResultsController monitors changes in Core Data objects and notifies the view about those changes allowing you to be reactive about them.