4 "summary": "A framework for working with JSON-RPC APIs.",
5 "description": "CPJSONRPC provides an interface that eases interaction with APIs that conform\nto the JSON-RPC protocol. It offers classes for holding notification/request/response\ndata and producing a JSON-RPC object, as well as a helper class for parsing\na string into an object of the relevant class (CPJSONRPCNotification, CPJSONRPCRequest,\nor CPJSONRPCResponse).",
6 "homepage": "https://github.com/asib/CPJSONRPC",
12 "Jacob Fenton": "jacob.d.fenton@gmail.com"
15 "git": "https://github.com/asib/CPJSONRPC.git",
21 "source_files": "CPJSONRPC/Classes/**/*",
22 "public_header_files": "CPJSONRPC/Classes/Public/*.h"