From cf5e9a83264ea00ab64cb7ef44c70aa7d1666aad Mon Sep 17 00:00:00 2001 From: Elvis <3lvis@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:06:56 +0200 Subject: [PATCH] Update DATASource.podspec --- DATASource.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DATASource.podspec b/DATASource.podspec index f2b1099..c77544e 100644 --- a/DATASource.podspec +++ b/DATASource.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DATASource" - s.version = "7.2.0" + s.version = "7.3.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. @@ -23,5 +23,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = 'Source/**/*' s.frameworks = 'Foundation', 'UIKit', 'CoreData' - s.swift_version = '4.2' + s.swift_version = '5.0' end