fix From clauses not setting the NSFetchRequest's affectedStores property properly

This commit is contained in:
John Rommel Estropia
2016-06-05 17:19:20 +09:00
parent 0c8731c610
commit 2e4c9a7a25
3 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "1.6.9"
s.version = "1.6.10"
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"