[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 0 / 3 / JRPCProxy / 1.0.0 / JRPCProxy.podspec.json
blob1708a9a9406e645d4b0849b08bf2e2f99d2dbfbd
2   "name": "JRPCProxy",
3   "version": "1.0.0",
4   "summary": "An implmentation of the JSON-RPC 2.0 specification for Objective-C protocols.",
5   "description": "Implements the JSON-RPC 2.0 specification for protocols in Objective-C and Objective-C compatible protocols (marked \n ```@objc```) in Swift.\n\n This allows you to write your RPC function declarations and callbacks in Objective-C or Swift using native types. The proxy will create the JSON-RPC request payload object, and convert the JSON-RPC response into a callback via a block/closure.\n\n The proxy is transport independent. A client provides a conformant component that can take the request object and return the response, optionally including the JSON encoding/decoding.",
6   "homepage": "https://github.com/youviewtv/json-rpc-proxy/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Neil Davis": "neil.davis2@youview.com"
13   },
14   "source": {
15     "git": "https://github.com/youviewtv/json-rpc-proxy.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JRPCProxy/JRPCProxy/**/*.{h,m}",
22   "public_header_files": "JRPCProxy/JRPCProxy/*.h"