This repository was archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.7" | ||
s.version = "7.0.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. | ||
|
@@ -18,7 +18,7 @@ Pod::Spec.new do |s| | |
s.author = { "Elvis Nuñez" => "[email protected]" } | ||
s.source = { :git => "https://github.com/3lvis/DATASource.git", :tag => s.version.to_s } | ||
s.social_media_url = 'https://twitter.com/3lvis' | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '9.0' | ||
s.tvos.deployment_target = '9.0' | ||
s.requires_arc = true | ||
s.source_files = 'Source/**/*' | ||
|