blob: 4177526e03988b1929da76121e67c2ce4daf06b3 [file] [log] [blame]
{
"name": "PhoenixClient",
"version": "0.1.0",
"summary": "Phoenix Framework Channel Client",
"description": " Phoenix Client allows ObjC based application to connect to Phoenix Framework channels over websocket.\n More Information\n https://github.com/phoenixframework/phoenix\n",
"homepage": "http://github.com/livehelpnow/ObjCPhoenixClient",
"license": "MIT",
"authors": {
"Justin Schneck": "jschneck@mac.com"
},
"source": {
"git": "https://github.com/livehelpnow/ObjCPhoenixClient.git",
"tag": "v0.1.0"
},
"platforms": {
"osx": "10.7",
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
]
}
}