| { |
| "name": "jrpc", |
| "version": "0.1.1-beta", |
| "summary": "JSON-RPC 2.0 Client", |
| "description": "jrpc is a JSON-RPC 2.0 client written in swift.\nfor more information about JSON-RPC 2.0 please refer to: http://www.jsonrpc.org/specification", |
| "homepage": "https://github.com/qurami/jrpc", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Marco Musella": "mar.musella@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/qurami/jrpc.git", |
| "tag": "0.1.1-beta" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "jrpc/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |