From 15e4850d68a7af957bca1b3b9f608080ce883d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com> Date: Wed, 24 Aug 2016 12:29:09 +0200 Subject: [PATCH] Update DATASource.podspec --- DATASource.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DATASource.podspec b/DATASource.podspec index 03f6d95..d483ca0 100644 --- a/DATASource.podspec +++ b/DATASource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DATASource" - s.version = "5.9.1" + s.version = "5.10.0" 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.