Skip to content
This repository was 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 Sep 24, 2017
1 parent 623af87 commit d6440f8
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 = "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.
Expand All @@ -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/**/*'
Expand Down

0 comments on commit d6440f8

Please sign in to comment.