fix iOS 10 NSFetchedResultsController bug for iOS 7-supporting branch

This commit is contained in:
John Estropia
2016-11-08 10:04:49 +09:00
parent 0dbd05b172
commit 81c5b0c650
3 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "2.0.6"
s.version = "2.0.7"
s.license = "MIT"
s.summary = "Unleashing the real power of Core Data with the elegance and safety of Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"