Simpler API for creating CoreStore-managed NSFetchedResultsControllers, useful for external SDK's that require them

This commit is contained in:
John Rommel Estropia
2016-05-28 01:47:48 +09:00
parent f396b01043
commit f617f2cc53
4 changed files with 171 additions and 4 deletions

View File

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