blob: 63bc95fc3f7393ed3e90719c10124928b8ab0480 [file] [log] [blame]
{
"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": [
]
}
}