deprecated NSFetchedResultsController initializer in favor of static factory method

This commit is contained in:
John Estropia
2016-02-25 15:52:49 +09:00
parent 3905423038
commit 4c78a309bc
3 changed files with 35 additions and 4 deletions

View File

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