Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Update DATASource.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Oct 2, 2019
1 parent 02e9e81 commit cf5e9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DATASource.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit cf5e9a8

Please sign in to comment.