Cameron Mc Gorian
Results
2
issues of
Cameron Mc Gorian
Applications need to add ObjCBridges to their project, this diff adds a scheme for ObjCBridges so carthage will build the framework.
Following on #116 when trying to serialise something like`value: '10.0'` the output will be `value: 10.0`. Unfortunately doing `value: !!str '10.0'` still results in the output being number, tested with...