[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 0 / 3 / JRPCProxy / 1.1.0 / JRPCProxy.podspec.json
blob35ea3d89ca99b5e380ebfa7c2d64740e2350aa02
2   "name": "JRPCProxy",
3   "version": "1.1.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/neildavis/json-rpc-proxy/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Neil Davis": "neil.a.davis@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/neildavis/json-rpc-proxy.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "JRPCProxy/JRPCProxy/**/*.{h,m}",
22   "public_header_files": "JRPCProxy/JRPCProxy/*.h"