This commit is contained in:
Kevin Renskers
2013-01-07 10:21:06 +00:00
parent 674c4436eb
commit 0f1e87170c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
0.4.1 - January 7, 2013
- Fix endless loop if no transformKey: method was present
0.4.0 - January 5, 2013
- Added the setupDefaults method for easier registering of defaults

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GVUserDefaults"
s.version = "0.4.0"
s.version = "0.4.1"
s.summary = "NSUserDefaults access via properties."
s.homepage = "https://github.com/gangverk/GVUserDefaults"
s.license = 'MIT'