Skip to content

Commit

Permalink
update other info
Browse files Browse the repository at this point in the history
  • Loading branch information
“Bell” committed Jan 11, 2016
1 parent 3b9fcf5 commit 2106732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 0.1.4 if can not get property class,set it to NSNumber
2 changes: 1 addition & 1 deletion GreedJSON.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2106732

Please sign in to comment.