From 2106732882ced70a53bc907225c6eeda50a373d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBell=E2=80=9D?= <“zjr@vip.deyi.com”> Date: Mon, 11 Jan 2016 12:02:40 +0800 Subject: [PATCH] update other info --- CHANGELOG.md | 3 +-- GreedJSON.podspec | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1949bdd..3437589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,5 +6,4 @@ * 0.0.5 change method to propertyNames to gr_propertyNames * 0.0.8 delete gr_allowedPropertyNames and fix some bug * 0.0.9 set value to ni if json string is '[]',because empty will be formated to '[]' in php -* 0.1.0 if value is NSString and property class is NSNumber,format value to NSNumber and the reverse -* 0.1.1 fix crush when formating wrong json to model \ No newline at end of file +* 0.1.4 if can not get property class,set it to NSNumber \ No newline at end of file diff --git a/GreedJSON.podspec b/GreedJSON.podspec index 3e585e0..d6bd600 100644 --- a/GreedJSON.podspec +++ b/GreedJSON.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GreedJSON" - s.version = "0.1.3" + s.version = "0.1.4" s.summary = "parse and format JSON for ios " s.description = %{Format NSDictionary,NSArray and NSData to JSONString,or reverse } s.homepage = "https://github.com/greedlab/GreedJSON"