| { | |
| "name": "JSONRPCom", | |
| "version": "0.0.4", | |
| "summary": "JSON RPC implementation", | |
| "homepage": "https://github.com/andrewBatutin/JSONRPCom", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "andrewBatutin": "abatutin@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/andrewBatutin/JSONRPCom.git", | |
| "tag": "0.0.4" | |
| }, | |
| "source_files": "JSONRPCom/**/*", | |
| "frameworks": "Foundation", | |
| "platforms": { | |
| "ios": "5.0", | |
| "osx": "10.7" | |
| }, | |
| "requires_arc": true, | |
| "dependencies": { | |
| "Mantle": [ | |
| ] | |
| } | |
| } |