JSONKit
JSONKit copied to clipboard
Fix deprecations
This lib needs deprecations fixed:
/JSONKit-master/JSONKit.m:680:12: 'isa' is deprecated /JSONKit-master/JSONKit.m:680:5: Assignment to Objective-C's isa is deprecated in favor of object_setClass() /JSONKit-master/JSONKit.m:931:17: 'isa' is deprecated /JSONKit-master/JSONKit.m:931:5: Assignment to Objective-C's isa is deprecated in favor of object_setClass() /JSONKit-master/JSONKit.m:2598:77: Bitmasking for introspection of Objective-C object pointers is strongly discouraged
This is a dupe of https://github.com/johnezang/JSONKit/issues/133 -- Issue #133
See also #158.