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 Dec 13, 2016
1 parent f877a72 commit c2bcfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "6.1.3"
s.version = "6.1.4"
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 Down

0 comments on commit c2bcfe4

Please sign in to comment.