updated default logger to still run assertions even on optimized (-O) builds

This commit is contained in:
John Rommel Estropia
2015-08-08 22:12:08 +09:00
parent 59ad525786
commit 83c724f584
4 changed files with 20 additions and 15 deletions

View File

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