[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 0 / 3 / JRPCProxy / 1.1.2 / JRPCProxy.podspec.json
blob8301ef7db6fadc1afc1e9844bbc71895dbcf3969
2   "name": "JRPCProxy",
3   "version": "1.1.2",
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/",
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.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "JRPCProxy/JRPCProxy/*.{h,m}",
22   "public_header_files": "JRPCProxy/JRPCProxy/*.h"