blob: 50e45b32e7f5f78b6ebf0643d1a4f1cfa715082f [file] [log] [blame]
{
"name": "SocketClient",
"version": "0.1.1",
"summary": "Simple, fast & reliable Faye Websocket client. Well documented API build on SocketRocket. Supports messaging on different channels.",
"homepage": "https://github.com/redpeppix-gmbh-co-kg/SocketClient",
"authors": {
"Marius Rackwitz": "marius@paij.com"
},
"license": "MIT License",
"source": {
"git": "https://github.com/redpeppix-gmbh-co-kg/SocketClient.git",
"tag": "0.1.1"
},
"source_files": "SocketClient/*.{h,m,c}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Security",
"SystemConfiguration",
"UIKit"
]
},
"libraries": "icucore",
"dependencies": {
"SocketRocket": [
]
}
}