removed Median and StandardDeviation from supported aggregates as core data doesn't seem to support them either

This commit is contained in:
John Rommel Estropia
2015-06-06 17:44:04 +09:00
parent b0a637520e
commit c4171de86e
7 changed files with 70 additions and 83 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "0.1.1"
s.version = "0.1.2"
s.license = "MIT"
s.summary = "Simple, elegant, and smart Core Data programming with Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"