4 "summary": "JSON-RPC 2.0 proxy for Swift & Objective-C protocols.",
5 "description": "JSON-RPC 2.0 proxy for Swift & Objective-C protocols.\n\nAllows you to write your RPC function declarations in Swift or Objective-C using native types.\nThe proxy will create the JSON-RPC request payload object, \nand convert the JSON-RPC response into a callback via a block/closure, \nmarshalling all parameter and return types between Objective-C/Swift & JSON automagically.",
6 "homepage": "https://github.com/neildavis/json-rpc-proxy/",
12 "Neil Davis": "neil.a.davis@gmail.com"
15 "git": "https://github.com/neildavis/json-rpc-proxy.git",
21 "source_files": "JRPCProxy/JRPCProxy/*.{h,m}",
22 "public_header_files": "JRPCProxy/JRPCProxy/*.h"