[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / 8 / CPJSONRPC / 0.1.3 / CPJSONRPC.podspec.json
blob359fc57fd2bd1f68e3836149974a544f0bcdec4a
2   "name": "CPJSONRPC",
3   "version": "0.1.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jacob Fenton": "jacob.d.fenton@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/asib/CPJSONRPC.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CPJSONRPC/Classes/**/*",
22   "public_header_files": "CPJSONRPC/Classes/Public/*.h"