From 30b32680847c3f4dc7e8a1ee643d4244e223a688 Mon Sep 17 00:00:00 2001 From: Baris Sencan Date: Tue, 14 Apr 2015 20:19:36 -0700 Subject: [PATCH] Increment build number And removed another left-over named tuple. --- JSONHelper.podspec | 2 +- JSONHelper/JSONHelper.swift | 2 +- JSONHelper/Supporting Files/Mac/Info.plist | 4 ++-- JSONHelper/Supporting Files/iOS/Info.plist | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/JSONHelper.podspec b/JSONHelper.podspec index 2f175f9..a785f7a 100644 --- a/JSONHelper.podspec +++ b/JSONHelper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JSONHelper' - s.version = '1.5.3' + s.version = '1.5.4' s.license = { :type => 'zlib', :file => 'LICENSE' } s.summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.' diff --git a/JSONHelper/JSONHelper.swift b/JSONHelper/JSONHelper.swift index e60ba4b..4adb6d2 100644 --- a/JSONHelper/JSONHelper.swift +++ b/JSONHelper/JSONHelper.swift @@ -112,7 +112,7 @@ public func <-- (inout property: NSDate?, valueAndFormat: (AnyObject?, AnyObject return property } -public func <-- (inout property: NSDate, valueAndFormat: (value: AnyObject?, format: AnyObject?)) -> NSDate { +public func <-- (inout property: NSDate, valueAndFormat: (AnyObject?, AnyObject?)) -> NSDate { var date: NSDate? date <-- valueAndFormat if let date = date { property = date } diff --git a/JSONHelper/Supporting Files/Mac/Info.plist b/JSONHelper/Supporting Files/Mac/Info.plist index 1404ce6..b253824 100644 --- a/JSONHelper/Supporting Files/Mac/Info.plist +++ b/JSONHelper/Supporting Files/Mac/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.3 + 1.5.4 CFBundleSignature ???? CFBundleVersion - 15 + 16 NSPrincipalClass diff --git a/JSONHelper/Supporting Files/iOS/Info.plist b/JSONHelper/Supporting Files/iOS/Info.plist index 1404ce6..b253824 100644 --- a/JSONHelper/Supporting Files/iOS/Info.plist +++ b/JSONHelper/Supporting Files/iOS/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.3 + 1.5.4 CFBundleSignature ???? CFBundleVersion - 15 + 16 NSPrincipalClass